Class LabColor

    • Constructor Detail

      • LabColor

        public LabColor​(PdfLabColor labColorSpace,
                        float l,
                        float a,
                        float b)
    • Method Detail

      • getLabColorSpace

        public PdfLabColor getLabColorSpace()
      • getL

        public float getL()
      • getA

        public float getA()
      • getB

        public float getB()