Method: CIFilter.hard_light_blend_mode

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

.hard_light_blend_mode(*options) ⇒ Object

CIHardLightBlendMode



433
434
435
436
437
438
# File 'lib/sugarcube-image/cifilter.rb', line 433

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