Class PDSpecialColorSpace

Direct Known Subclasses:
PDDeviceN, PDIndexed, PDSeparation

public abstract class PDSpecialColorSpace extends PDColorSpace
Base class for special color spaces, see 8.6.6 of PDF-1.7 specification.
Author:
Sergey Shemyakov
  • Constructor Details

    • PDSpecialColorSpace

      public PDSpecialColorSpace(COSObject obj, PDResources resources, boolean wasDefault)
      Constructor from colorspace COSObject and resources.
  • Method Details

    • getBaseColorSpace

      protected PDColorSpace getBaseColorSpace()
    • getDoubleArrayResult

      protected double[] getDoubleArrayResult(double[] src, PDFunction function)
    • setWasDefault

      public void setWasDefault(boolean wasDefault)
    • getResources

      protected PDResources getResources()