Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

28dfef7b affb 2029 be05 0d70833e7646

haplokuon edited this page May 6, 2023 · 1 revision

AciColor Methods

netDxf 3.0.0 Library

Methods

Clone Creates a new color that is a copy of the current instance.
Equals(AciColor) Check if the components of two colors are equal.
Equals(Object) Determines whether the specified object is equal to the current object.
(Inherited from Object)
FromCadIndex Gets the color from an index.
FromColor Converts a color to an AciColor.
FromHsl(Vector3) Converts HSL (hue, saturation, lightness) value to an AciColor.
FromHsl(Double, Double, Double) Converts HSL (hue, saturation, lightness) value to an AciColor.
FromTrueColor Gets the color from a 24-bit color value.
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetType Gets the Type of the current instance.
(Inherited from Object)
RgbToAci Obtains the approximate color index from the RGB components.
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, Vector3) 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 Object.ToString())
ToTrueColor Gets the 32-bit color value from an AciColor.

See Also

Reference

AciColor Class
netDxf Namespace

Clone this wiki locally