AciColor Methods |
The AciColor type exposes the following members.
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.
|