ColorantBase

ColorantBase class

Represents XMP Colorant type.

public abstract class ColorantBase : ComplexTypeBase

Properties

NameDescription
ColorType { get; set; }Gets or sets the type of the color.
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.

Methods

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

See Also