* Unload color data loaded with LoadImageColors() */
| 714 | * Unload color data loaded with LoadImageColors() |
| 715 | */ |
| 716 | void UnloadColors(::Color* colors) const { ::UnloadImageColors(colors); } |
| 717 | |
| 718 | /** |
| 719 | * Unload colors palette loaded with LoadImagePalette() |
nothing calls this directly
no outgoing calls
no test coverage detected