LabColor Class

Represents color value in LAB color space.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public sealed class LabColor : Color

Remarks

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 ).

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.Color
L Aurigma.GraphicsMill.LabColor

See Also

Reference