Click or drag to resize

HSLColor Constructor (Double, Double, Double)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the HSLColor class.

Namespace:  imbSCI.Core.style.color
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public HSLColor(
	double _hue,
	double _saturation,
	double _luminosity
)
Request Example View Source

Parameters

_hue
Type: SystemDouble
The hue.
_saturation
Type: SystemDouble
The saturation.
_luminosity
Type: SystemDouble
The luminosity.
See Also