PixelFormat.Format16bppGrayscale Property

Gets a 16bppGrayScale pixel format.

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

Syntax

C#
public static PixelFormat Format16bppGrayscale { get; }

Property Value

A PixelFormat representing 16 bits per pixel grayscale color.

Remarks

All 16 bits are used for luminosity level (extended pixel format).

See Also

Reference