PixelFormat.Format16bppAgrayscale Property

Gets a 16bppAGrayScale pixel format.

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

Syntax

C#
public static PixelFormat Format16bppAgrayscale { get; }

Property Value

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

Remarks

8 bits are used for alpha channel and other 8 bits are used for luminosity level.

See Also

Reference