Returns a structure that represents the palette of a FreeImage bitmap.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public Palette Palette { get; }
Visual Basic (Declaration)
Public ReadOnly Property Palette As Palette
Visual C++
public:
property Palette^ Palette {
	Palette^ get ();
}

Exceptions

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also