Click or drag to resize

CsLab Class

Represents a CIE-based ABC color space with two transformation stages.
Inheritance Hierarchy

Namespace:  Patagames.Pdf.Net.ColorSpace
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public class CsLab : CIEBased

The CsLab type exposes the following members.

Constructors
  NameDescription
Public methodCsLab
Creates new color space objects
Top
Properties
  NameDescription
Public propertyaMax
Gets the maximum bound of the range of valid values for the a* component of the color space.
Public propertyaMin
Gets the minimum bound of the range of valid values for the a* component of the color space.
Public propertybMax
Gets the maximum bound of the range of valid values for the b* component of the color space.
Public propertybMin
Gets the minimum bound of the range of valid values for the b* component of the color space.
Public propertyName
Gets the name of the color space.
(Overrides PdfColorSpaceName.)
Top
Remarks
In this type of space, A, B, and C represent the L*, a*, and b* components of a CIE 1976 L* a* b* space. The range of the first (L*) component is always 0 to 100; the ranges of the second and third(a* and b*) components are defined by the aMin, aMax and bMin, bMax properties.
See Also