PixelFormat.Format48bppLab Property

Gets a 48bppLab pixel format.

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

Syntax

C#
public static PixelFormat Format48bppLab { get; }

Property Value

A PixelFormat representing 48 bits per pixel Lab color

Remarks

16 bits each are used for the A, B, and lightness components (extended pixel format).

See Also

Reference