PixelFormat.IsIndexed Property

Gets a value indicating whether the current pixel format is indexed (i.e. 16 bits per channel).

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

Syntax

C#
public bool IsIndexed { get; }

Property Value

true if the pixel format is 16 bits per channel; otherwise, false.

See Also

Reference