Namespace iText.Kernel.Pdf.Colorspace
Classes
- PdfColorSpace
Represents the most common properties of color spaces.
- PdfPattern
Dictionary wrapper that represent special type of color space, that uses pattern objects as the equivalent of colour values instead of the numeric component values used with other spaces.
- PdfPattern.Shading
Shading pattern provides a smooth transition between colors across an area to be painted, independent of the resolution of any particular output device and without specifying the number of steps in the color transition.
- PdfPattern.Tiling
Wrapper that represents tiling pattern of color space.
- PdfPattern.Tiling.PaintType
A code that determines how the colour of the pattern cell shall be specified
- PdfPattern.Tiling.TilingType
A code that controls adjustments to the spacing of tiles relative to the device pixel grid
- PdfShading
The abstract PdfShading class that represents the Shading Dictionary PDF object.
- PdfShading.Axial
The class that extends PdfShading class and is in charge of Shading Dictionary with axial type, that define a colour blend that varies along a linear axis between two endpoints and extends indefinitely perpendicular to that axis.
- PdfShading.CoonsPatchMesh
The class that extends PdfShading class and is in charge of Shading Dictionary with Coons Patch mesh type.
- PdfShading.FreeFormGouraudShadedTriangleMesh
The class that extends PdfShading class and is in charge of Shading Dictionary with free-form Gouraud-shaded triangle mesh type.
- PdfShading.FunctionBased
The class that extends PdfShading class and is in charge of Shading Dictionary with function-based type, that defines color at every point in the domain by a specified mathematical function.
- PdfShading.LatticeFormGouraudShadedTriangleMesh
The class that extends PdfShading class and is in charge of Shading Dictionary with lattice-form Gouraud-shaded triangle mesh type.
- PdfShading.Radial
The class that extends PdfShading class and is in charge of Shading Dictionary with radial type, that define a colour blend that varies between two circles.
- PdfShading.TensorProductPatchMesh
The class that extends PdfShading class and is in charge of Shading Dictionary with Tensor-Product Patch mesh type.