Click or drag to resize

AciColor Methods

The AciColor type exposes the following members.

Methods
  NameDescription
Public methodClone
Creates a new color that is a copy of the current instance.
Public methodEquals
Check if the components of two colors are equal.
Public methodStatic memberFromCadIndex
Gets the color from an index.
Public methodFromColor
Converts a color to an AciColor.
Public methodStatic memberFromHsl
Converts HSL (hue, saturation, lightness) value to an AciColor.
Public methodStatic memberFromTrueColor
Gets the color from a 24-bit color value.
Public methodToColor
Converts the AciColor to a color.
Public methodStatic memberToHsl(AciColor)
Converts the RGB (red, green, blue) components of an AciColor to HSL (hue, saturation, lightness) values.
Public methodStatic memberToHsl(AciColor, Double, Double, Double)
Converts the RGB (red, green, blue) components of an AciColor to HSL (hue, saturation, lightness) values.
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.)
Public methodStatic memberToTrueColor
Gets the entity 24-bit color value from an AciColor.
Top
See Also