AciColor Class |
Namespace: DXFReaderNET
The AciColor type exposes the following members.
| Name | Description | |
|---|---|---|
| AciColor |
Initializes a new instance of the AciColor class with black/white color index 7.
| |
| AciColor(Color) |
Initializes a new instance of the AciColor class.
| |
| AciColor(Int16) |
Initializes a new instance of the AciColor class.
| |
| AciColor(Byte, Byte, Byte) |
Initializes a new instance of the AciColor class.
| |
| AciColor(Double, Double, Double) |
Initializes a new instance of the AciColor class.
| |
| AciColor(Single, Single, Single) |
Initializes a new instance of the AciColor class.
|
| 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.
|
| Name | Description | |
|---|---|---|
| Clone |
Creates a new color that is a copy of the current instance.
| |
| Equals |
Check if the components of two colors are equal.
| |
| FromCadIndex |
Gets the color from an index.
| |
| FromColor | ||
| FromHsl |
Converts HSL (hue, saturation, lightness) value to an AciColor.
| |
| FromTrueColor |
Gets the color from a 24-bit color value.
| |
| ToColor |
Converts the AciColor to a color.
| |
| ToHsl(AciColor) |
Converts the RGB (red, green, blue) components of an AciColor to HSL (hue, saturation, lightness) values.
| |
| ToHsl(AciColor, Double, Double, Double) |
Converts the RGB (red, green, blue) components of an AciColor to HSL (hue, saturation, lightness) values.
| |
| ToString |
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.) | |
| ToTrueColor |
Gets the entity 24-bit color value from an AciColor.
|