Click or drag to resize

AciColorFromHsl Method

Converts HSL (hue, saturation, lightness) value to an AciColor.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public static AciColor FromHsl(
	double hue,
	double saturation,
	double lightness
)

Parameters

hue
Type: SystemDouble
Hue (input values range from 0 to 1).
saturation
Type: SystemDouble
Saturation percentage (input values range from 0 to 1).
lightness
Type: SystemDouble
Lightness percentage (input values range from 0 to 1).

Return Value

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