System Variable BPARAMETERCOLOR¶
Determines the current color for CustomBlock elements and activities in the Block Editor. 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 |
5 |
Status |
Read / Write |
Saved |
In the user’s profile file |
Related Variables