SetActLClr
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.
You can set a number between 1 and 255 or specify a true color to override 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".
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" |
Type |
String |
Default |
256 (ByLayer) |
Status |
Read / Write |
Saved |
In the drawing |
LineColor, -LineColor