Method: CIFilter.lighten_blend_mode

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

.lighten_blend_mode(*options) ⇒ Object

CILightenBlendMode



478
479
480
481
482
483
# File 'lib/ios/sugarcube-image/cifilter.rb', line 478

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