PixelFormat.IsGrayscale Property

Gets a value indicating whether the current pixel format is grayscale.

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

Syntax

C#
public bool IsGrayscale { get; }

Property Value

true if the pixel format is grayscale; otherwise, false.

See Also

Reference