* Load colors palette from image as a Color array (RGBA - 32bit) */
| 707 | * Load colors palette from image as a Color array (RGBA - 32bit) |
| 708 | */ |
| 709 | ::Color* LoadPalette(int maxPaletteSize, int* colorsCount) const { |
| 710 | return ::LoadImagePalette(*this, maxPaletteSize, colorsCount); |
| 711 | } |
| 712 | |
| 713 | /** |
| 714 | * Unload color data loaded with LoadImageColors() |
nothing calls this directly
no outgoing calls
no test coverage detected