Represents color value in LAB color space.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public sealed class LabColor : 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 extended version of this class named Lab16Color (that represents 16-bit (extended) color value ).