Method: CIFilter.source_atop_compositing

Defined in:
lib/ios/sugarcube-image/cifilter.rb

.source_atop_compositing(*options) ⇒ Object

CISourceAtopCompositing



660
661
662
663
664
665
# File 'lib/ios/sugarcube-image/cifilter.rb', line 660

def source_atop_compositing(*options)
  return _create_filter('CISourceAtopCompositing', options, [:background], background: 'inputBackgroundImage'
    ) do |key, value|
    value.ciimage
  end
end