PixelFormat.Format64bppArgb Property

Gets a 64bppARGB pixel format.

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

Syntax

C#
public static PixelFormat Format64bppArgb { get; }

Property Value

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

Remarks

16 bits each are used for the alpha, red, green, and blue components (extended pixel format).

See Also

Reference