PixelFormat.Format24bppLab Property

Gets a 24bppLab pixel format.

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

Syntax

C#
public static PixelFormat Format24bppLab { get; }

Property Value

A PixelFormat representing 24 bits per pixel Lab color.

Remarks

8 bits each are used for the A, B, and lightness components.

See Also

Reference