Enum ColorsOfCMYK

ColorsOfCMYK enumeration

Colors included in the CMYK color model.

public enum ColorsOfCMYK

Values

NameValueDescription
Cyan0Cyan color.
Magenta1Magenta color.
Yellow2Yellow color.
Black3Black color.

See Also