Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.FixedLayout.ResourcesResource
ColorSpace
Apitron.PDF.Kit.FixedLayout.Resources.ColorSpaces.CIEBasedCalGrayColorSpace
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Top
This class represents a CalGray color space.
Inheritance Hierarchy
Apitron.PDF.Kit.FixedLayout.ResourcesResource
ColorSpace
Apitron.PDF.Kit.FixedLayout.Resources.ColorSpaces.CIEBasedCalGrayColorSpace
Namespace: Apitron.PDF.Kit.FixedLayout.Resources.ColorSpaces.CIEBased
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
The CalGrayColorSpace type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CalGrayColorSpace(String, Double) |
Initializes a new instance of the ColorSpace class.
| |
CalGrayColorSpace(String, Double, Double) |
Initializes a new instance of the CalGrayColorSpace class.
| |
CalGrayColorSpace(String, Double, Double, Double) |
Initializes a new instance of the CalGrayColorSpace class.
|
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