Method: CIFilter.hard_light_blend_mode
- Defined in:
- lib/ios/sugarcube-image/cifilter.rb
.hard_light_blend_mode(*options) ⇒ Object
CIHardLightBlendMode
435 436 437 438 439 440 |
# File 'lib/ios/sugarcube-image/cifilter.rb', line 435 def hard_light_blend_mode(*) return _create_filter('CIHardLightBlendMode', , [:background], background: 'inputBackgroundImage' ) do |key, value| value.ciimage end end |