CISpotColor - emcconville/cif GitHub Wiki
CISpotColor
Replaces one or more color ranges with spot colors.
- -inputCenterColor2 <color> : The center value of the second color range to replace. [Default #864E58]
- -inputContrast3 <number> : The contrast of the third replacement color. [Default 0.99]
- -inputCloseness2 <number> : A value that indicates how close the second color must match before it is replaced. [Default 0.15]
- -inputContrast1 <number> : The contrast of the first replacement color. [Default 0.98]
- -inputCenterColor1 <color> : The center value of the first color range to replace. [Default #130F12]
- -inputCenterColor3 <color> : The center value of the third color range to replace. [Default #EB7354]
- -inputCloseness1 <number> : A value that indicates how close the first color must match before it is replaced. [Default 0.22]
- -inputContrast2 <number> : The contrast of the second replacement color. [Default 0.98]
- -inputReplacementColor1 <color> : A replacement color for the first color range. [Default #6F3132]
- -inputCloseness3 <number> : A value that indicates how close the third color must match before it is replaced. [Default 0.5]
- -inputReplacementColor2 <color> : A replacement color for the second color range. [Default #E88F81]
- -inputReplacementColor3 <color> : A replacement color for the third color range. [Default #E7BF9A]
- -inputImage <image> : The image to use as an input image. For filters that also use a background image, this is the foreground image.