PixelFormat.Format32bppAlab Property

Gets a 32bppALab pixel format.

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

Syntax

C#
public static PixelFormat Format32bppAlab { get; }

Property Value

A PixelFormat representing 32 bits per pixel Lab color with alpha channel.

Remarks

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

See Also

Reference