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

Function UnloadColors

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

* Unload color data loaded with LoadImageColors() */

Source from the content-addressed store, hash-verified

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()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected