Class LabColor

    • Field Detail

      • l

        private float l
      • a

        private float a
      • b

        private float b
    • 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()