Apitron.PDF.Kit library for .NET
Top
The CalGrayColorSpace type exposes the following members.
Properties
Name | Description | |
---|---|---|
BlackPoint |
The black point is an array of three numbers [XB YB ZB] specifying the tristimulus value,
in the CIE 1931 XYZ space, of the diffuse black point.
All three of these numbers shall be non-negative. Default value: [0.0 0.0 0.0].
| |
CanBeExported |
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.) | |
ComponentsCount |
Gets the components count.
(Overrides ColorSpace.ComponentsCount.) | |
Gamma |
The gamma is a number defining the gamma for the gray component. Gamma shall be positive and is generally greater than or equal to 1.
Default value: 1.
| |
ResourceType |
Gets the resource type.
(Inherited from Resource.) | |
WhitePoint |
The white point is an array of three numbers [XW YW ZW] specifying the tristimulus value,
in the CIE 1931 XYZ space, of the diffuse white point.
The numbers XW and ZW shall be positive, and YW shall be equal to 1.0.
|
See Also