Represents 16-bit (extended) color value in LAB color space.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public sealed class Lab16Color : Color
To get access to A, B, and lightness components use A, B, and L properties accordingly. Alpha channel is available through Alpha property. Also there is an 8-bit version of this class named LabColor.