FreeImageBitmap.HasPalette Property

FreeImage.NET

FreeImageBitmapHasPalette Property
Returns whether this FreeImageBitmap has a palette.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public bool HasPalette { get; }

Property Value

Type: Boolean
See Also