public interface ColorConverter
Modifier and Type | Method and Description |
---|---|
double[] |
convertColor(double[] original)
Converts provided color.
|
com.itextpdf.kernel.pdf.PdfName |
getSourceColorspace()
Returns original color space of the color.
|
int |
getSourceNumberOfComponents()
Return number of components representing the original color space.
|
com.itextpdf.kernel.pdf.PdfName |
getTargetColorspace()
Returns target color space of the color.
|
int |
getTargetNumberOfComponents()
Return number of components representing the target color space.
|
double[] convertColor(double[] original)
original
- is an array representing color components
com.itextpdf.kernel.pdf.PdfName getSourceColorspace()
int getSourceNumberOfComponents()
com.itextpdf.kernel.pdf.PdfName getTargetColorspace()
int getTargetNumberOfComponents()
Copyright © 1998–2020 iText Group NV. All rights reserved.