Method: CIFilter.exclusion_blend_mode

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

.exclusion_blend_mode(*options) ⇒ Object

CIExclusionBlendMode



361
362
363
364
365
366
# File 'lib/sugarcube-image/cifilter.rb', line 361

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