CmykColor

CmykColor structure

The CMYK color of pixel.

public struct CmykColor

Properties

NameDescription
static Empty { get; }Gets the empty.
C { get; }Gets the cyan component value of this Color structure.
IsEmpty { get; }Gets a value indicating whether this Color structure is uninitialized.
K { get; }Gets the black component value of this Color structure.
M { get; }Gets the magenta component value of this Color structure.
Y { get; }Gets the yellow component value of this Color structure.

Methods

NameDescription
override Equals(object)Determines whether the specified Object, is equal to this instance.
override GetHashCode()The get hash code.
ToValue()The to value.

See Also