ColorantCmyk

ColorantCmyk class

Represents CMYK Colorant.

public sealed class ColorantCmyk : ColorantBase

Constructors

NameDescription
ColorantCmyk()Initializes a new instance of the ColorantCmyk class.
ColorantCmyk(float, float, float, float)Initializes a new instance of the ColorantCmyk class.

Properties

NameDescription
Black { get; set; }Gets or sets the black component value.
ColorType { get; set; }Gets or sets the type of the color.
Cyan { get; set; }Gets or sets the cyan component value.
Magenta { get; set; }Gets or sets the magenta component value.
Mode { get; }Gets ColorMode.
NamespaceUri { get; }Gets the default namespace URI.
Prefix { get; }Gets the prefix.
SwatchName { get; set; }Gets or sets the name of the swatch.
Yellow { get; set; }Gets or sets the yellow component value.

Methods

NameDescription
override GetXmpRepresentation()Gets the string contained value in XMP format.

Fields

NameDescription
const ColorValueMaxColor max value in CMYK colorant.
const ColorValueMinColor min value in CMYK colorant.

See Also