Method: CIFilter.hard_light_blend_mode

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

.hard_light_blend_mode(*options) ⇒ Object

CIHardLightBlendMode



435
436
437
438
439
440
# File 'lib/ios/sugarcube-image/cifilter.rb', line 435

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