gflGetNumberOfColorsUsed
The gflGetNumberOfColorsUsed gets the total unique colors of a picture.
GFL_UINT32 gflGetNumberOfColorsUsed( GFL_BITMAP * src );
Parameters
- src
- Pointer to a GFL_BITMAP structure.
Return value
Total unique colors.
See also