PDFLabColorSpace¶
Namespace: O2S.Components.PDF4NET.Graphics
Defines a CIE Lab colorspace.
Inheritance Object → PDFColorSpace → PDFLabColorSpace
Constructors¶
PDFLabColorSpace()¶
Initializes a new PDFLabColorSpace object.
Properties¶
BlackPoint¶
Gets or sets the black point.
Property Value
Double[]
An array of three numbers [XB YB ZB] specifying the tristimulus value,
in the CIE 1931 XYZ space, of the diffuse black point.
ColorComponentCount¶
Gets the number of components used by a color in this colorspace.
Property Value
CosObject¶
Gets the raw colorspace object.
Property Value
Range¶
Gets or sets the range.
Property Value
Double[]
An array of four numbers [amin amax bmin bmax] specifying the range of
valid values for the a* and b* (B and C) components of the color space.
Type¶
Gets the colorspace type.
Property Value
PDFColorSpaceType
A PDFColorSpaceType that represents the colorspace type.
WhitePoint¶
Gets or sets the white point.
Property Value
Double[]
An array of three numbers [XW YW ZW] specifying the tristimulus
value, in the CIE 1931 XYZ space, of the diffuse white point.