Uses of Class
com.itextpdf.kernel.pdf.colorspace.PdfColorSpace
Package
Description
-
Uses of PdfColorSpace in com.itextpdf.kernel.colors
Modifier and TypeFieldDescriptionprotected PdfColorSpace
Color.colorSpace
The color space of the colorModifier and TypeMethodDescriptionColor.getColorSpace()
Returns thecolor space
to which the color is related.Modifier and TypeMethodDescriptionstatic Color
Color.makeColor
(PdfColorSpace colorSpace) Makes a Color of certain color space.static Color
Color.makeColor
(PdfColorSpace colorSpace, float[] colorValue) Makes a Color of certain color space and color value.ModifierConstructorDescriptionprotected
Color
(PdfColorSpace colorSpace, float[] colorValue) Creates a Color of certain color space and color value.DeviceN
(List<String> names, PdfColorSpace alternateCs, IPdfFunction tintTransform, float[] value) Creates a color in a new DeviceN color space.DeviceN
(List<String> names, PdfColorSpace alternateCs, PdfFunction tintTransform, float[] value) Deprecated.Indexed
(PdfColorSpace colorSpace) Indexed
(PdfColorSpace colorSpace, int colorValue) PatternColor
(PdfPattern.Tiling uncoloredPattern, PdfColorSpace underlyingCS, float[] colorValue) Separation
(String name, PdfColorSpace alternateCs, IPdfFunction tintTransform, float value) Creates a color in a new separation color space.Separation
(String name, PdfColorSpace alternateCs, PdfFunction tintTransform, float value) Deprecated.Use constructorSeparation(String, PdfColorSpace, IPdfFunction, float)
Separation} instead -
Uses of PdfColorSpace in com.itextpdf.kernel.pdf
Modifier and TypeMethodDescriptionPdfResources.addColorSpace
(PdfColorSpace cs) AddsPdfColorSpace
object to the resources.void
PdfResources.setDefaultCmyk
(PdfColorSpace defaultCs) Sets the value of default CMYK Color Space (see ISO-320001 Paragraph 8.6.5.6).void
PdfResources.setDefaultGray
(PdfColorSpace defaultCs) Sets the value of default Gray Color Space (see ISO-320001 Paragraph 8.6.5.6).void
PdfResources.setDefaultRgb
(PdfColorSpace defaultCs) Sets the value of default RGB Color Space (see ISO-320001 Paragraph 8.6.5.6). -
Uses of PdfColorSpace in com.itextpdf.kernel.pdf.canvas
Modifier and TypeMethodDescriptionPdfCanvas.setColor
(PdfColorSpace colorSpace, float[] colorValue, boolean fill) Changes the current color for paths.PdfCanvas.setColor
(PdfColorSpace colorSpace, float[] colorValue, PdfPattern pattern, boolean fill) Changes the current color for paths with an explicitly defined pattern.PdfPatternCanvas.setColor
(PdfColorSpace colorSpace, float[] colorValue, PdfPattern pattern, boolean fill) -
Uses of PdfColorSpace in com.itextpdf.kernel.pdf.colorspace
Modifier and TypeClassDescriptionclass
static class
static class
static class
static class
class
static class
static class
static class
class
static class
static class
static class
static class
static class
static class
Modifier and TypeMethodDescriptionPdfSpecialCs.DeviceN.getBaseCs()
PdfSpecialCs.Indexed.getBaseCs()
PdfSpecialCs.Separation.getBaseCs()
PdfSpecialCs.UncoloredTilingPattern.getUnderlyingColorSpace()
static PdfColorSpace
PdfColorSpace.makeColorSpace
(PdfObject pdfObject) ModifierConstructorDescriptionAxial
(PdfColorSpace cs, float x0, float y0, float[] color0, float x1, float y1, float[] color1) Creates the new instance of the class.Axial
(PdfColorSpace cs, float x0, float y0, float[] color0, float x1, float y1, float[] color1, boolean[] extend) Creates the new instance of the class.Axial
(PdfColorSpace cs, PdfArray coords, PdfFunction function) Creates the new instance of the class.Axial
(PdfColorSpace cs, PdfArray coords, PdfArray domain, PdfFunction function) Creates the new instance of the class.CoonsPatchMesh
(PdfColorSpace cs, int bitsPerCoordinate, int bitsPerComponent, int bitsPerFlag, float[] decode) Creates the new instance of the class.CoonsPatchMesh
(PdfColorSpace cs, int bitsPerCoordinate, int bitsPerComponent, int bitsPerFlag, PdfArray decode) Creates the new instance of the class.DeviceN
(List<String> names, PdfColorSpace alternateSpace, IPdfFunction tintTransform) Creates a new DiviceN colorspace.DeviceN
(List<String> names, PdfColorSpace alternateSpace, PdfFunction tintTransform) Deprecated.Use constructorDeviceN(List, PdfColorSpace, IPdfFunction)
instead.FreeFormGouraudShadedTriangleMesh
(PdfColorSpace cs, int bitsPerCoordinate, int bitsPerComponent, int bitsPerFlag, float[] decode) Creates the new instance of the class.FreeFormGouraudShadedTriangleMesh
(PdfColorSpace cs, int bitsPerCoordinate, int bitsPerComponent, int bitsPerFlag, PdfArray decode) Creates the new instance of the class.FunctionBased
(PdfColorSpace colorSpace, PdfFunction function) Creates the new instance of the class.LatticeFormGouraudShadedTriangleMesh
(PdfColorSpace cs, int bitsPerCoordinate, int bitsPerComponent, int verticesPerRow, float[] decode) Creates the new instance of the class.LatticeFormGouraudShadedTriangleMesh
(PdfColorSpace cs, int bitsPerCoordinate, int bitsPerComponent, int verticesPerRow, PdfArray decode) Creates the new instance of the class.NChannel
(List<String> names, PdfColorSpace alternateSpace, IPdfFunction tintTransform, PdfDictionary attributes) Creates a new NChannel colorspace.NChannel
(List<String> names, PdfColorSpace alternateSpace, PdfFunction tintTransform, PdfDictionary attributes) Deprecated.Use constructorNChannel
insteadprotected
PdfShading
(PdfDictionary pdfObject, int type, PdfColorSpace colorSpace) Creates thePdfShading
object from the existingPdfDictionary
, using provided type and colorspace.Radial
(PdfColorSpace cs, float x0, float y0, float r0, float[] color0, float x1, float y1, float r1, float[] color1) Creates the new instance of the class.Radial
(PdfColorSpace cs, float x0, float y0, float r0, float[] color0, float x1, float y1, float r1, float[] color1, boolean[] extend) Creates the new instance of the class.Radial
(PdfColorSpace cs, PdfArray coords, PdfFunction function) Creates the new instance of the class.Separation
(String name, PdfColorSpace alternateSpace, IPdfFunction tintTransform) Creates a new separation color space.Separation
(String name, PdfColorSpace alternateSpace, PdfFunction tintTransform) Deprecated.This constructor has been replaced bySeparation(String, PdfColorSpace, IPdfFunction)
TensorProductPatchMesh
(PdfColorSpace cs, int bitsPerCoordinate, int bitsPerComponent, int bitsPerFlag, float[] decode) Creates the new instance of the class.TensorProductPatchMesh
(PdfColorSpace cs, int bitsPerCoordinate, int bitsPerComponent, int bitsPerFlag, PdfArray decode) Creates the new instance of the class.UncoloredTilingPattern
(PdfColorSpace underlyingColorSpace) -
Uses of PdfColorSpace in com.itextpdf.kernel.pdf.function
Modifier and TypeMethodDescriptionboolean
AbstractPdfFunction.checkCompatibilityWithColorSpace
(PdfColorSpace alternateSpace) Chacks wether the output of the function matches in components with the passed by color space.boolean
IPdfFunction.checkCompatibilityWithColorSpace
(PdfColorSpace alternateSpace) boolean
PdfFunction.checkCompatibilityWithColorSpace
(PdfColorSpace alternateSpace) Deprecated.boolean
PdfFunction.Type0.checkCompatibilityWithColorSpace
(PdfColorSpace alternateSpace) Deprecated.boolean
PdfFunction.Type4.checkCompatibilityWithColorSpace
(PdfColorSpace alternateSpace) Deprecated.boolean
PdfType0Function.checkCompatibilityWithColorSpace
(PdfColorSpace alternateSpace) boolean
PdfType3Function.checkCompatibilityWithColorSpace
(PdfColorSpace alternateSpace) boolean
PdfType4Function.checkCompatibilityWithColorSpace
(PdfColorSpace alternateSpace) -
Uses of PdfColorSpace in com.itextpdf.pdfa.checker
Modifier and TypeFieldDescriptionprotected Map<PdfObject,
PdfColorSpace> PdfAChecker.checkedObjectsColorspace
Modifier and TypeMethodDescriptionvoid
PdfA1Checker.checkColorSpace
(PdfColorSpace colorSpace, PdfDictionary currentColorSpaces, boolean checkAlternate, Boolean fill) void
PdfA2Checker.checkColorSpace
(PdfColorSpace colorSpace, PdfDictionary currentColorSpaces, boolean checkAlternate, Boolean fill) abstract void
PdfAChecker.checkColorSpace
(PdfColorSpace colorSpace, PdfDictionary currentColorSpaces, boolean checkAlternate, Boolean fill) This method performs a range of checks on the given color space, depending on the type and properties of that color space.
DeviceN(List, PdfColorSpace, IPdfFunction, float[])
DeviceN} instead.