TYPE: COP
TITLE: Color Correct COP

This operation applies a variety of color corrections to the image, and these
can be independently controlled for the shadow, mid-tone and highlight regions
of the image.

The Shadow, Midtone and Highlight adjustments are applied first, and then
the Master controls are applied.

Middle click on the dialog '?' help for more help on maskable pixel operations.

Parameters
    Master      - This set of controls is applied on the entire range of color.	/add /mult /gamma /contrast
    	Add         - The color to add or subtract the image.			
    	Mult        - Multiplies the image by the color (similar to brightness).
    	Gamma       - Adjusts the gamma of the image.				
    	Contrast    - Adjusts the contrast of the image; 1 is normal contrast.

    Shadow      - This set of controls have the same functions as above, but	/sadd /smult /sgamma /scontrast
                  only apply to the low (shadow) areas of the image.

    Mid-tone    - This set of controls adjusts the mid-tone areas.		/madd /mmult /mgamma /mcontrast

    Highlight   - This set of controls adjusts the highlights.			/hadd /hmult /hgamma /hcontrast

    Show Color Curves - Pops up a viewer showing the color curves applied to 
                        the image.

Local Variables:
    L   - Sequence length
    S   - Start of sequence
    E   - End of sequence
    IL  - Input sequence length
    SR  - Sequence frame rate
    NP  - Number of planes in sequence
    W,H - Width and height of image
    I   - Image index (0 at start frame)
    IT  - Image time (0 at start frame)
    AI  - Current plane array index
    PI  - Current plane index
    PC  - Num of channels in current plane

See Also: Bright, Constrast, Equalize, Quantize
