Method: CIFilter.white_point_adjust

Defined in:
lib/ios/sugarcube-image/cifilter.rb

.white_point_adjust(*options) ⇒ Object

CIWhitePointAdjust



766
767
768
769
770
# File 'lib/ios/sugarcube-image/cifilter.rb', line 766

def white_point_adjust(*options)
  return _create_filter('CIWhitePointAdjust', options, [:color], color: 'inputColor') do |key, value|
    value.cicolor
  end
end