ClassLabColor
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:
public class LabColor : ColorBase, IEquatable<ColorBase>
Inheritance: objectColorBaseLabColor
Implements:
Inherited Members
Constructors
LabColor(double, double, double)
Creates a LabColor using CIE Standard Illuminant D65.
LabColor(double, double, double, double[])
Creates a LabColor with a custom white point.
LabColor(double, double, double, double[], double[])
Creates a LabColor with custom white point and range.
Properties
A
Gets or sets the a* (green–red) component.
B
Gets or sets the b* (blue–yellow) component.
L
Gets or sets the L* (lightness) component.
Range
Gets or sets the valid range for a* and b* components.
Declaration
public double[] Range { get; set; }
Property Value
double[]
The range component.
WhitePoint
Gets or sets the white point used by the Lab color space.
Declaration
public double[] WhitePoint { get; set; }
Property Value
double[]
The white point component.
Methods
Equals(ColorBase)
Equals the specified other.