Returns a pointer to the bitmap's palette.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static IntPtr GetPalette( FIBITMAP dib ) |
Visual Basic (Declaration) |
---|
Public Shared Function GetPalette ( _ dib As FIBITMAP _ ) As IntPtr |
Visual C++ |
---|
public: static IntPtr GetPalette( FIBITMAP dib ) |
Parameters
- dib
- Type: FreeImageAPI..::.FIBITMAP
Handle to a FreeImage bitmap.