* Load color data from image as a Color array (RGBA - 32bit) */
| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected