LabColorSpace Class

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

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

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 sealed class LabColorSpace : ColorSpace

The LabColorSpace type exposes the following members.

Constructors

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

  NameDescription
Public propertyBlackPoint
Gets the black point. The black point is an array of three numbers [XB YB ZB] that shall specify 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 propertyRange
Gets the range. The range is an array of four numbers [amin amax bmin bmax] that shall specify the range of valid values for the a* and b* (B and C) components of the colour space—that is, amin <= a* <= amax and bmin <= b* <= bmax Component values falling outside the specified range shall be adjusted to the nearest valid value without error indication. Default value: [−100 100 −100 100].
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Public propertyWhitePoint
Gets the white point. The white point is an array of three numbers [XW YW ZW] that shall specify 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 1.0.
Top
See Also

Reference