LabColor
Class
CIE Lab* color (device‑independent, perceptually uniform); use when accurate color appearance across devices is required.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.ColorSpaces
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public class LabColor : ColorBase, IEquatable<ColorBase>
Inheritance: objectColorBaseLabColor
Implements:
Inherited Members
Constructors
Methods
Properties
Gets or sets the a* (green–red) component.
C#
public double A { get; set; }
The a* component.
Gets or sets the b* (blue–yellow) component.
C#
public double B { get; set; }
The b* component.
Gets or sets the L* (lightness) component.
C#
public double L { get; set; }
The L* component.
Gets or sets the valid range for a* and b* components.
C#
public double[] Range { get; set; }
The range component.
Gets or sets the white point used by the Lab color space.
C#
public double[] WhitePoint { get; set; }
The white point component.