CalRgbColorSpace Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a CalRGB color space
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    ColorSpace
      Apitron.PDF.Kit.FixedLayout.Resources.ColorSpaces.CIEBasedCalRgbColorSpace

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

public class CalRgbColorSpace : ColorSpace

The CalRgbColorSpace type exposes the following members.

Constructors

  NameDescription
Public methodCode exampleCalRgbColorSpace(String, Double)
Initializes a new instance of the ColorSpace class.
Public methodCode exampleCalRgbColorSpace(String, Double, Double)
Initializes a new instance of the CalGrayColorSpace class.
Public methodCode exampleCalRgbColorSpace(String, Double, Double, Double)
Initializes a new instance of the CalGrayColorSpace class.
Public methodCode exampleCalRgbColorSpace(String, Double, Double, Double, Double)
Initializes a new instance of the CalGrayColorSpace class.
Top
Properties

  NameDescription
Public propertyBlackPoint
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].
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyComponentsCount
Gets the components count.
(Overrides ColorSpace.ComponentsCount.)
Public propertyGamma
The gamma is an array of three numbers [GR GG GB] specifying the gamma for the red, green, and blue (A, B, and C) components of the colour space. Default value: [1.0 1.0 1.0].
Public propertyMatrix
The matrix is an array of nine numbers [XA YA ZA XB YB ZB XC YC ZC] specifying the linear interpretation of the decoded A, B, and C components of the colour space with respect to the final XYZ representation. Default value: the identity matrix [1 0 0 0 1 0 0 0 1].
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Public propertyWhitePoint
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].
Top
See Also

Reference