PixelFormat.Format64bppAlab Property

Gets a 64bppALab pixel format.

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

Syntax

C#
public static PixelFormat Format64bppAlab { get; }

Property Value

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

Remarks

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

See Also

Reference