DEFINE COLOR Command

DEFINE COLOR Command

DEFINE colorname
COLOR {OCA ocacolor | 
RGB rvalue gvalue bvalue |
CMYK cvalue mvalue yvalue kvalue |
HIGHLIGHT hvalue [COVERAGE cvalue] [BLACK bvalue] |
CIELAB lvalue [(–)] c1value [(–)] c2value} ;
DEFINE COLOR
Defines a color name of a particular color model such as OCA, RGB, CMYK, HIGHLIGHT, or CIELAB. This name can be used anywhere that color of that model is allowed. For example a defined color of any color model can be used as text color in the FIELD or PRINTLINE commands, but only a color defined as an OCA color can be used as an object placement area color. See the OBCOLOR subcommand in PRINTLINE Command (Traditional).
colorname
Select a 1 to 10 character name. Use this name on the command to identify this color. For example:
DEFINE oldblue COLOR OCA brown;
PRINTLINE   COLOR oldblue;