Click or drag to resize

AciColor Methods

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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(Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEquals(AciColor)
Check if the components of two colors are equal.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberFromCadIndex
Gets the color from an index.
Public methodFromColor
Converts a color to an AciColor.
Public methodStatic memberFromHsl(Vector3)
Converts HSL (hue, saturation, lightness) value to an AciColor.
Public methodStatic memberFromHsl(Double, Double, Double)
Converts HSL (hue, saturation, lightness) value to an AciColor.
Public methodStatic memberFromTrueColor
Gets the color from a 24-bit color value.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
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