Group: GDI+ Image - Library: gdiplus
Displaying the color palette stored in an image file
GpStatus WINGDIPAPI GdipGetImagePaletteSize(
GpImage *image,
INT *size
)
DECLARE INTEGER GdipGetImagePaletteSize IN gdiplus;
INTEGER img,;
INTEGER @palettesize
image [in] Handle to Image Object
size [out] Size of the color palette of this Image object, in bytes.
Returns GpStatus value, 0 means success.