Click or drag to resize

ColorToHSL Method

Converts this RGB color to the HSL colorspace.

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public ColorHSL ToHSL()

Return Value

Type: ColorHSL
A new ColorHSL structure.
See Also