Method: CIFilter.blend_with_mask
- Defined in:
- lib/sugarcube-image/cifilter.rb
.blend_with_mask(*options) ⇒ Object
CIBlendWithMask
173 174 175 176 177 178 |
# File 'lib/sugarcube-image/cifilter.rb', line 173 def blend_with_mask(*) return _create_filter('CIBlendWithMask', , [:background, :mask], background: 'inputBackgroundImage', mask: 'inputMaskImage' ) do |key, value| value.ciimage end end |