public abstract class ColorantBase extends ComplexTypeBase
Represents XMP Colorant type.
Modifier and Type | Method and Description |
---|---|
int |
getColorType()
Gets or sets the type of the color.
|
int |
getMode()
Gets
ColorMode . |
String |
getSwatchName()
Gets or sets the name of the swatch.
|
String |
getXmpRepresentation()
Gets the string contained value in XMP format.
|
void |
setColorType(int value)
Gets or sets the type of the color.
|
void |
setSwatchName(String value)
Gets or sets the name of the swatch.
|
getNamespaceUri, getPrefix
public int getMode()
Gets ColorMode
.
public String getSwatchName()
Gets or sets the name of the swatch.
Value: The name of the swatch.public void setSwatchName(String value)
Gets or sets the name of the swatch.
Value: The name of the swatch.public int getColorType()
Gets or sets the type of the color.
Value: The type of the color.public void setColorType(int value)
Gets or sets the type of the color.
Value: The type of the color.public String getXmpRepresentation()
Gets the string contained value in XMP format.
getXmpRepresentation
in interface IXmpType
getXmpRepresentation
in class ComplexTypeBase