com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class XmpColorantBase

    • Method Detail

      • getMode

        public final XmpColorantColorMode getMode()

        Gets the colour space in which the colour is defined. One of: CMYK, RGB, LAB.

        Returns:
        The color mode.
      • getSwatchName

        public final String getSwatchName()

        Gets the name of the swatch.

        Returns:
        The name of the swatch.
      • setSwatchName

        public final void setSwatchName(String value)

        Sets the name of the swatch.

        Parameters:
        value - The name of the swatch.
      • getColorType

        public final XmpColorType getColorType()

        Gets the type of color.

        Returns:
        The color type.
      • setColorType

        public final void setColorType(XmpColorType value)

        Sets the type of color.

        Parameters:
        value - The color type.