PixelFormatInfoIndexed Property

Gets or sets whether the represented pixel format is an indexed one. An indexed format is not expected to have more than 16 BitsPerPixel (up to 65536 color entries).

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 8.1.0
C#
public bool Indexed {
	get;
 set; }

Property Value

Boolean
If , then pixel data represent Palette entries instead of direct colors.
If , then pixel data represent specific colors.

See Also