PixelFormat.Format32bppAgrayscale Property

Gets a 32bppAGrayScale pixel format.

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

Syntax

C#
public static PixelFormat Format32bppAgrayscale { get; }

Property Value

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

Remarks

16 bits are used for alpha channel and other 16 bits are used for luminosity level (extended pixel format).

See Also

Reference