com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class XmpColorantLab

    • Constructor Detail

      • XmpColorantLab

        public XmpColorantLab()

        Initializes a new instance of the XmpColorantLab class.

      • XmpColorantLab

        public XmpColorantLab(byte a,
                              byte b,
                              double l)

        Initializes a new instance of the XmpColorantLab class.

        Parameters:
        a - A component.
        b - B component.
        l - L component.
    • Method Detail

      • getA

        public final Byte getA()

        Gets the A component.

        Returns:
        The A component.
      • setA

        public final void setA(Byte value)

        Sets the A component.

        Parameters:
        value - The A component.
      • getB

        public final Byte getB()

        Gets the B component.

        Returns:
        The B component.
      • setB

        public final void setB(Byte value)

        Sets the B component.

        Parameters:
        value - The B component.
      • getL

        public final Double getL()

        Gets the L component.

        Returns:
        The L component.
      • setL

        public final void setL(Double value)

        Sets the L component.

        Parameters:
        value - The L component.