Packages

 

com.aspose.psd.xmp.types.complex.colorant

Class ColorantLab

  • All Implemented Interfaces:
    IXmpType


    public final class ColorantLab
    extends ColorantBase

    Represents LAB Colorant.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int MaxA
      The maximum A component value
      static int MaxB
      The maximum A component value
      static float MaxL
      The maximum A component value
      static int MinA
      The minimum A component value
      static int MinB
      The minimum B component value
      static float MinL
      The minimum L component value
    • Constructor Summary

      Constructors 
      Constructor and Description
      ColorantLab()
      Initializes a new instance of the ColorantLab class.
      ColorantLab(int a, int b, float l)
      Initializes a new instance of the ColorantLab class.
    • 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.