Method: CIFilter.source_atop_compositing
- Defined in:
- lib/sugarcube-image/cifilter.rb
.source_atop_compositing(*options) ⇒ Object
CISourceAtopCompositing
658 659 660 661 662 663 |
# File 'lib/sugarcube-image/cifilter.rb', line 658 def source_atop_compositing(*) return _create_filter('CISourceAtopCompositing', , [:background], background: 'inputBackgroundImage' ) do |key, value| value.ciimage end end |