Click or drag to resize

ColorToHSB Method

Converts this RGB color to the HSB colorspace.

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

Return Value

Type: ColorHSB
A new ColorHSB structure.
See Also