This function returns the size of the DIB's palette, in bytes.
Copy Code
|
|
---|---|
AT_INT ACCUAPI IG_DIB_palette_size_get( HIGDIBINFO hDIB ); |
Name | Type | Description |
---|---|---|
hDIB | HIGDIBINFO | DIB info handle. |
DIB palette size, in bytes.
All pixel formats supported by ImageGear for C and C++.
None
Copy Code
|
|
---|---|
HIGDIBINFO hDIB; /* DIB info handle */ AT_INT paletteSize; /* Returned size of palette */ paletteSize = IG_DIB_palette_size_get(hDIB); |