Lab16Color Class

Represents 16-bit (extended) color value in LAB color space.

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

Syntax

C#
public sealed class Lab16Color : 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 8-bit version of this class named LabColor.

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.Color
L Aurigma.GraphicsMill.Lab16Color

See Also

Reference