Click or drag to resize

ColorToCMYK Method

Converts this RGB color to the CMYK colorspace.

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

Return Value

Type: ColorCMYK
A new ColorCMYK structure.
See Also