Class PdfLabColor

java.lang.Object
com.itextpdf.text.pdf.PdfLabColor
All Implemented Interfaces:
ICachedColorSpace

public class PdfLabColor extends Object implements ICachedColorSpace
  • Field Details

    • whitePoint

      float[] whitePoint
    • blackPoint

      float[] blackPoint
    • range

      float[] range
  • Constructor Details

    • PdfLabColor

      public PdfLabColor()
    • PdfLabColor

      public PdfLabColor(float[] whitePoint)
    • PdfLabColor

      public PdfLabColor(float[] whitePoint, float[] blackPoint)
    • PdfLabColor

      public PdfLabColor(float[] whitePoint, float[] blackPoint, float[] range)
  • Method Details