Click or drag to resize

AciColorFromHsl Method (Vector3)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Converts HSL (hue, saturation, lightness) value to an AciColor.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static AciColor FromHsl(
	Vector3 hsl
)
Request Example View Source

Parameters

hsl
Type: netDxfVector3
A Vector3 containing the hue, saturation, and lightness components.

Return Value

Type: AciColor
An AciColor that represents the actual HSL value.
See Also