Click or drag to resize

ColorHSB  Conversion (Color to ColorHSB)

Implicitly converts from a Color to a ColorHSB

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static implicit operator ColorHSB (
	Color color
)

Parameters

color
Type: Eto.DrawingColor
RGB color value to convert

Return Value

Type: ColorHSB
A new instance of a ColorHSB that represents the RGB color value
See Also