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

Function LoadColors

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

* Load color data from image as a Color array (RGBA - 32bit) */

Source from the content-addressed store, hash-verified

702 * Load color data from image as a Color array (RGBA - 32bit)
703 */
704 RLCPP_NODISCARD ::Color* LoadColors() const { return ::LoadImageColors(*this); }
705
706 /**
707 * Load colors palette from image as a Color array (RGBA - 32bit)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected