Method: CIFilter.maximum_compositing
- Defined in:
- lib/ios/sugarcube-image/cifilter.rb
.maximum_compositing(*options) ⇒ Object
CIMaximumCompositing
522 523 524 525 526 527 |
# File 'lib/ios/sugarcube-image/cifilter.rb', line 522 def maximum_compositing(*) return _create_filter('CIMaximumCompositing', , [:background], background: 'inputBackgroundImage' ) do |key, value| value.ciimage end end |