CIColorPolynomial - emcconville/cif GitHub Wiki
CIColorPolynomial
Adjusts the color of an image with polynomials.
- -inputRedCoefficients <vector> : Polynomial coefficients for red channel [Default 0,1,0,0]
- -inputImage <image> : The image to use as an input image. For filters that also use a background image, this is the foreground image.
- -inputGreenCoefficients <vector> : Polynomial coefficients for green channel [Default 0,1,0,0]
- -inputBlueCoefficients <vector> : Polynomial coefficients for blue channel [Default 0,1,0,0]
- -inputAlphaCoefficients <vector> : Polynomial coefficients for alpha channel [Default 0,1,0,0]