PixelFormat.Format8bppGrayscale Property

Gets a 8bppGrayScale pixel format.

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

Syntax

C#
public static PixelFormat Format8bppGrayscale { get; }

Property Value

A PixelFormat representing 8 bits per pixel grayscale color.

Remarks

8 bits are used for luminosity level.

See Also

Reference