MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / UnloadPalette

Function UnloadPalette

include/Image.hpp:721–721  ·  view source on GitHub ↗

* Unload colors palette loaded with LoadImagePalette() */

Source from the content-addressed store, hash-verified

719 * Unload colors palette loaded with LoadImagePalette()
720 */
721 void UnloadPalette(::Color* colors) const { ::UnloadImagePalette(colors); }
722
723 /**
724 * Load texture from image data.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected