Click or drag to resize

ColorHSLToColor Method

Converts this HSL color to a RGB Color value

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

Return Value

Type: Color
A new instance of an RGB Color converted from HSL
See Also