Click or drag to resize

ColorCMYK  Conversion (ColorCMYK to Color)

Converts this instance to an ARGB color value

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

Parameters

cmyk
Type: Eto.DrawingColorCMYK
cmyk value to convert

Return Value

Type: Color
A new instance of the Color class with the converted value
See Also