FreeImage.GetPaletteEx Method

FreeImage.NET

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

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static Palette GetPaletteEx(
	FIBITMAP dib
)

Parameters

dib
Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap.

Return Value

Type: Palette
A structure representing the bitmaps palette.
Exceptions
ExceptionCondition
ArgumentNullExceptiondib is null.
See Also