Uses of Class
com.itextpdf.kernel.pdf.colorspace.PdfCieBasedCs.CalRgb
-
Packages that use PdfCieBasedCs.CalRgb Package Description com.itextpdf.kernel.colors -
-
Uses of PdfCieBasedCs.CalRgb in com.itextpdf.kernel.colors
Constructors in com.itextpdf.kernel.colors with parameters of type PdfCieBasedCs.CalRgb Constructor Description CalRgb(PdfCieBasedCs.CalRgb cs)
Creates a new CalRgb color using the givenPdfCieBasedCs
color space.CalRgb(PdfCieBasedCs.CalRgb cs, float[] value)
Creates a new CalRgb color using the givenPdfCieBasedCs
color space and RGB color values.
-