Packages

 

com.aspose.imaging.xmp.types.complex.colorant

Class ColorantLab

  • All Implemented Interfaces:
    IXmpType


    public final class ColorantLab
    extends ColorantBase

    Represents LAB Colorant.

    • Constructor Detail

      • ColorantLab

        public ColorantLab()

        Initializes a new instance of the ColorantLab class.

      • ColorantLab

        public ColorantLab(int a,
                           int b,
                           float l)

        Initializes a new instance of the ColorantLab class.

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

      • getA

        public int getA()

        Gets or sets the A component.

        Value: The A component.
      • setA

        public void setA(int value)

        Gets or sets the A component.

        Value: The A component.
      • getB

        public int getB()

        Gets or sets the B component.

        Value: The B component.
      • setB

        public void setB(int value)

        Gets or sets the B component.

        Value: The B component.
      • getL

        public float getL()

        Gets or sets the L component.

        Value: The L component.
      • setL

        public void setL(float value)

        Gets or sets the L component.

        Value: The L component.