Click or drag to resize

ColorHSB  Conversion (ColorHSB to Color)

Implicitly converts from a ColorHSB to a Color

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

Parameters

hsb
Type: Eto.DrawingColorHSB
HSB color instance to convert

Return Value

Type: Color
A new instance of a Color that represents the hsb value
See Also