Class CalRgb
Representation of a CalRgb color space.
public class CalRgb : Color
- Inheritance
-
CalRgb
- Inherited Members
Constructors
CalRgb(float[], float[])
Creates a new CalRgb color using the given white point and RGB color values.
public CalRgb(float[] whitePoint, float[] value)
Parameters
CalRgb(float[], float[], float[], float[], float[])
Creates a new CalRgb color using the given white point, black point, gamma, matrix and RGB color values.
public CalRgb(float[] whitePoint, float[] blackPoint, float[] gamma, float[] matrix, float[] value)
Parameters
whitePoint
float[]Color values for defining the white point
blackPoint
float[]Color values for defining the black point
gamma
float[]Gamma correction
matrix
float[]Matrix correction
value
float[]RGB color value
CalRgb(CalRgb)
Creates a new CalRgb color using the given PdfCieBasedCs color space.
public CalRgb(PdfCieBasedCs.CalRgb cs)
Parameters
cs
PdfCieBasedCs.CalRgbColor space
CalRgb(CalRgb, float[])
Creates a new CalRgb color using the given PdfCieBasedCs color space and RGB color values.
public CalRgb(PdfCieBasedCs.CalRgb cs, float[] value)
Parameters
cs
PdfCieBasedCs.CalRgbColor space
value
float[]RGB color values