ColorCMYK Conversion (Color to ColorCMYK) |
Converts this an ARGB color value to a CMYK value
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static implicit operator ColorCMYK (
Color color
)
Public Shared Widening Operator CType (
color As Color
) As ColorCMYK
F# does not support the declaration of new casting operators.
Parameters
- color
- Type: Eto.DrawingColor
RGB value to convert
Return Value
Type:
ColorCMYKA new instance of the ColorCMYK class with the converted value
See Also