* Unload colors palette loaded with LoadImagePalette() */
| 719 | * Unload colors palette loaded with LoadImagePalette() |
| 720 | */ |
| 721 | void UnloadPalette(::Color* colors) const { ::UnloadImagePalette(colors); } |
| 722 | |
| 723 | /** |
| 724 | * Load texture from image data. |
nothing calls this directly
no outgoing calls
no test coverage detected