Method: CIFilter.color_burn_blend_mode
- Defined in:
- lib/sugarcube-image/cifilter.rb
.color_burn_blend_mode(*options) ⇒ Object
CIColorBurnBlendMode
238 239 240 241 242 243 |
# File 'lib/sugarcube-image/cifilter.rb', line 238 def color_burn_blend_mode(*) return _create_filter('CIColorBurnBlendMode', , [:background], background: 'inputBackgroundImage' ) do |key, value| value.ciimage end end |