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