Method: CIFilter.saturation_blend_mode
- Defined in:
- lib/sugarcube-image/cifilter.rb
.saturation_blend_mode(*options) ⇒ Object
CISaturationBlendMode
612 613 614 615 616 617 |
# File 'lib/sugarcube-image/cifilter.rb', line 612 def saturation_blend_mode(*) return _create_filter('CISaturationBlendMode', , [:background], background: 'inputBackgroundImage' ) do |key, value| value.ciimage end end |