AciColor Properties |
The AciColor type exposes the following members.
Name | Description | |
---|---|---|
B |
Gets the blue component of the AciColor.
| |
Blue |
Defines a default blue color.
| |
ByBlock |
Gets the ByBlock color.
| |
ByLayer |
Gets the ByLayer color.
| |
Cyan |
Defines a default cyan color.
| |
DarkGray |
Defines a default dark gray color.
| |
Default |
Defines a default white/black color. Corresponds to the ForeColor of the control.
| |
G |
Gets the green component of the AciColor.
| |
Green |
Defines a default green color.
| |
Index |
Gets or sets the color index.
| |
IndexRgb |
A dictionary that contains the indexed colors, the key represents the color index and the value the RGB components of the color.
| |
IsByBlock |
Defines if the color is defined by block.
| |
IsByLayer |
Defines if the color is defined by layer.
| |
LightGray |
Defines a default light gray color.
| |
Magenta |
Defines a default magenta color.
| |
R |
Gets the red component of the AciColor.
| |
Red |
Defines a default red color.
| |
UseTrueColor |
Get or set if the AciColor should use true color values.
| |
Yellow |
Defines a default yellow color.
|