Class PDICCBased


public class PDICCBased extends PDColorSpace
Author:
Maksim Bezrukov
  • Constructor Details

    • PDICCBased

      public PDICCBased(int numberOfComponents)
    • PDICCBased

      public PDICCBased(int numberOfComponents, byte[] profile)
    • PDICCBased

      public PDICCBased(COSObject obj)
  • Method Details

    • getICCProfile

      public ICCProfile getICCProfile()
    • getNumberOfComponents

      public int getNumberOfComponents()
      Specified by:
      getNumberOfComponents in class PDColorSpace
    • getType

      public ASAtom getType()
      Specified by:
      getType in class PDColorSpace
    • toRGB

      public double[] toRGB(double[] value)
      Specified by:
      toRGB in class PDColorSpace
    • getColorSpaceType

      public String getColorSpaceType()
    • getICCProfileIndirect

      public String getICCProfileIndirect()
    • getICCProfileMD5

      public String getICCProfileMD5()
    • getRange

      public double[] getRange()
    • getAlternate

      public PDColorSpace getAlternate()