ColorSpace BlackPoint Property. The black point for the color space specified in CIE 1931 XYZ space. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

 

Type Default Value Read Only Description
[C#] XColor

[Visual Basic]
XColor
n/a No The black point for the color space specified in CIE 1931 XYZ space

 

   

Notes
 

The black point for the color space specified in CIE 1931 XYZ space.

This property is only valid for color spaces in which the ColorSpaceType is CallGray, CalRGB or Lab.

All components for this valud must be non-negative. The default for this peroperty is 0 0 0.

When you set this property a clone of the XColor you assign is created to avoid one XColor being shared by multiple color spaces.

 

   

Example
 

See the WhitePoint property.