System Variable CECOLOR

Mnemonic: Current Entity Color

Determines the current color for entities to be drawn if their color is specified by number. The default color number is 256 (BYLAYER), which adopts the color of the current layer. Setting a number between 1 and 255 or specifying a true color overrides the layer's color for new drawing entities.

To set true colors, specify a string of 3 integers from 1 to 255 separated by commas and preceded by RGB, for example, "RGB:000,000,000".

Values

0 "BYBLOCK"
1 "red"
2 "yellow"
3 "green"
4 "cyan"
5 "blue"
6 "magenta"
7 "white"
8 .. 255 standard colors
256 "BYLAYER"
True Colors "RGB:nnn,nnn,nnn"

Properties

Type String
Default 256 ( BYLAYER)
Status Read / Write
Saved In the drawing file

Related Commands

LineColor

-LineColor