FreeImage.NET Class Library Reference
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: PaletteA structure representing the bitmaps palette.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | dib is null. |
See Also