public class CalRgb extends Color
colorSpace, colorValue| Constructor and Description |
|---|
CalRgb(float[] whitePoint,
float[] value)
Creates a new CalRgb color using the given white point and RGB color values.
|
CalRgb(float[] whitePoint,
float[] blackPoint,
float[] gamma,
float[] matrix,
float[] value)
Creates a new CalRgb color using the given white point, black point, gamma, matrix and RGB color values.
|
CalRgb(PdfCieBasedCs.CalRgb cs)
Creates a new CalRgb color using the given
PdfCieBasedCs color space. |
CalRgb(PdfCieBasedCs.CalRgb cs,
float[] value)
Creates a new CalRgb color using the given
PdfCieBasedCs color space and RGB color values. |
convertCmykToRgb, convertRgbToCmyk, createColorWithColorSpace, equals, getColorSpace, getColorValue, getNumberOfComponents, hashCode, makeColor, makeColor, setColorValuepublic CalRgb(PdfCieBasedCs.CalRgb cs)
PdfCieBasedCs color space.cs - Color spacepublic CalRgb(PdfCieBasedCs.CalRgb cs, float[] value)
PdfCieBasedCs color space and RGB color values.cs - Color spacevalue - RGB color valuespublic CalRgb(float[] whitePoint,
float[] value)
whitePoint - Color values for defining the white pointvalue - RGB color valuespublic CalRgb(float[] whitePoint,
float[] blackPoint,
float[] gamma,
float[] matrix,
float[] value)
whitePoint - Color values for defining the white pointblackPoint - Color values for defining the black pointgamma - Gamma correctionmatrix - Matrix correctionvalue - RGB color valueCopyright © 1998–2024 Apryse Group NV. All rights reserved.