Method: CIFilter.hue_blend_mode
- Defined in:
- lib/sugarcube-image/cifilter.rb
.hue_blend_mode(*options) ⇒ Object
CIHueBlendMode
463 464 465 466 467 468 |
# File 'lib/sugarcube-image/cifilter.rb', line 463 def hue_blend_mode(*) return _create_filter('CIHueBlendMode', , [:background], background: 'inputBackgroundImage' ) do |key, value| value.ciimage end end |