| Package | Description |
|---|---|
| com.itextpdf.kernel.color | |
| com.itextpdf.kernel.pdf | |
| com.itextpdf.kernel.pdf.canvas | |
| com.itextpdf.kernel.pdf.colorspace | |
| com.itextpdf.kernel.pdf.function |
| Modifier and Type | Field and Description |
|---|---|
protected PdfColorSpace |
Color.colorSpace |
| Modifier and Type | Method and Description |
|---|---|
PdfColorSpace |
Color.getColorSpace() |
| Modifier and Type | Method and Description |
|---|---|
static Color |
Color.makeColor(PdfColorSpace colorSpace) |
static Color |
Color.makeColor(PdfColorSpace colorSpace,
float[] colorValue) |
| Constructor and Description |
|---|
Color(PdfColorSpace colorSpace,
float[] colorValue) |
DeviceN(List<String> names,
PdfColorSpace alternateCs,
PdfFunction tintTransform,
float[] value) |
Indexed(PdfColorSpace colorSpace) |
Indexed(PdfColorSpace colorSpace,
int colorValue) |
PatternColor(PdfPattern.Tiling uncoloredPattern,
PdfColorSpace underlyingCS,
float[] colorValue) |
Separation(String name,
PdfColorSpace alternateCs,
PdfFunction tintTransform,
float value) |
| Modifier and Type | Method and Description |
|---|---|
PdfName |
PdfResources.addColorSpace(PdfColorSpace cs) |
void |
PdfResources.setDefaultCmyk(PdfColorSpace defaultCs) |
void |
PdfResources.setDefaultColorSpace(PdfName defaultCsKey,
PdfColorSpace defaultCsValue)
Sets the default color space.
|
void |
PdfResources.setDefaultGray(PdfColorSpace defaultCs) |
void |
PdfResources.setDefaultRgb(PdfColorSpace defaultCs) |
| Modifier and Type | Method and Description |
|---|---|
PdfCanvas |
PdfCanvas.setColor(PdfColorSpace colorSpace,
float[] colorValue,
boolean fill)
Changes the current color for paths.
|
PdfCanvas |
PdfPatternCanvas.setColor(PdfColorSpace colorSpace,
float[] colorValue,
PdfPattern pattern,
boolean fill) |
PdfCanvas |
PdfCanvas.setColor(PdfColorSpace colorSpace,
float[] colorValue,
PdfPattern pattern,
boolean fill)
Changes the current color for paths with an explicitly defined pattern.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PdfCieBasedCs |
static class |
PdfCieBasedCs.CalGray |
static class |
PdfCieBasedCs.CalRgb |
static class |
PdfCieBasedCs.IccBased |
static class |
PdfCieBasedCs.Lab |
class |
PdfDeviceCs |
static class |
PdfDeviceCs.Cmyk |
static class |
PdfDeviceCs.Gray |
static class |
PdfDeviceCs.Rgb |
class |
PdfSpecialCs |
static class |
PdfSpecialCs.DeviceN |
static class |
PdfSpecialCs.Indexed |
static class |
PdfSpecialCs.NChannel |
static class |
PdfSpecialCs.Pattern |
static class |
PdfSpecialCs.Separation |
static class |
PdfSpecialCs.UncoloredTilingPattern |
| Modifier and Type | Method and Description |
|---|---|
PdfColorSpace |
PdfSpecialCs.Indexed.getBaseCs() |
PdfColorSpace |
PdfSpecialCs.Separation.getBaseCs() |
PdfColorSpace |
PdfSpecialCs.DeviceN.getBaseCs() |
PdfColorSpace |
PdfSpecialCs.UncoloredTilingPattern.getUnderlyingColorSpace() |
static PdfColorSpace |
PdfColorSpace.makeColorSpace(PdfObject pdfObject) |
| Constructor and Description |
|---|
Axial(PdfColorSpace cs,
float x0,
float y0,
float[] color0,
float x1,
float y1,
float[] color1) |
Axial(PdfColorSpace cs,
float x0,
float y0,
float[] color0,
float x1,
float y1,
float[] color1,
boolean[] extend) |
Axial(PdfColorSpace cs,
PdfArray coords,
PdfFunction function) |
CoonsPatchMesh(PdfColorSpace cs,
int bitsPerCoordinate,
int bitsPerComponent,
int bitsPerFlag,
float[] decode) |
CoonsPatchMesh(PdfColorSpace cs,
int bitsPerCoordinate,
int bitsPerComponent,
int bitsPerFlag,
PdfArray decode) |
DeviceN(List<String> names,
PdfColorSpace alternateSpace,
PdfFunction tintTransform) |
FreeFormGouraudShadedTriangleMesh(PdfColorSpace cs,
int bitsPerCoordinate,
int bitsPerComponent,
int bitsPerFlag,
float[] decode) |
FreeFormGouraudShadedTriangleMesh(PdfColorSpace cs,
int bitsPerCoordinate,
int bitsPerComponent,
int bitsPerFlag,
PdfArray decode) |
FunctionBased(PdfColorSpace colorSpace,
PdfFunction function) |
LatticeFormGouraudShadedTriangleMesh(PdfColorSpace cs,
int bitsPerCoordinate,
int bitsPerComponent,
int verticesPerRow,
float[] decode) |
LatticeFormGouraudShadedTriangleMesh(PdfColorSpace cs,
int bitsPerCoordinate,
int bitsPerComponent,
int verticesPerRow,
PdfArray decode) |
NChannel(List<String> names,
PdfColorSpace alternateSpace,
PdfFunction tintTransform,
PdfDictionary attributes) |
Radial(PdfColorSpace cs,
float x0,
float y0,
float r0,
float[] color0,
float x1,
float y1,
float r1,
float[] color1) |
Radial(PdfColorSpace cs,
float x0,
float y0,
float r0,
float[] color0,
float x1,
float y1,
float r1,
float[] color1,
boolean[] extend) |
Radial(PdfColorSpace cs,
PdfArray coords,
PdfFunction function) |
Separation(String name,
PdfColorSpace alternateSpace,
PdfFunction tintTransform) |
TensorProductPatchMesh(PdfColorSpace cs,
int bitsPerCoordinate,
int bitsPerComponent,
int bitsPerFlag,
float[] decode) |
TensorProductPatchMesh(PdfColorSpace cs,
int bitsPerCoordinate,
int bitsPerComponent,
int bitsPerFlag,
PdfArray decode) |
UncoloredTilingPattern(PdfColorSpace underlyingColorSpace) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PdfFunction.checkCompatibilityWithColorSpace(PdfColorSpace alternateSpace) |
boolean |
PdfFunction.Type0.checkCompatibilityWithColorSpace(PdfColorSpace alternateSpace) |
boolean |
PdfFunction.Type4.checkCompatibilityWithColorSpace(PdfColorSpace alternateSpace) |
Copyright © 1998–2016 iText Group NV. All rights reserved.