ColorMatch Function When matching color and using the Color Pickers, be aware of where you are scrubbing from. If you color correct an image and then feed it into the comp, you might have to jump down to view the color-corrected image to get proper source color; otherwise you will be pulling in modified color. This occurs after you have already fed in the destination color, since they are linked to the source color. Therefore, a good workflow is to select all three source colors, and then select the destination colors. Another technique I use when scrubbing is to ignore the node while scrubbing (select the node and hit I in the Node View), and then turn it on when finished.
image ColorMatch( image In, float rLowS, float gLowS, float bLowS, float rLowD, float gLowD, float bLowD, float rMidS, float gMidS, float bMidS, float rMidD, float gMidD, float bMidD, float rHighS, float gHighS, float bHighS, float rHighD, float gHighD, float bHighD, float rContrast, float gContrast, float bConstrast, float rGamma, float gGamma, float bGamma, float rAdd, float gAdd, float bAdd, float min, float max );
image ColorMatch( In, rLowS, gLowS, bLowS, rLowD, gLowD, bLowD, rMidS, gMidS, bMidS, rMidD, gMidD, bMidD, rHighS, gHighS, bHighS, rHighD, gHighD, bHighD, rContrast, gContrast, bConstrast, rGamma, gGamma, bGamma, rAdd, gAdd, bAdd, min, max );
See Also |