Method: CIFilter.color_blend_mode

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

.color_blend_mode(*options) ⇒ Object

CIColorBlendMode



230
231
232
233
234
235
# File 'lib/sugarcube-image/cifilter.rb', line 230

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