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

Method Color

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

* Generate image: plain color */

Source from the content-addressed store, hash-verified

126 * Generate image: plain color
127 */
128 static ::Image Color(int width, int height, ::Color color = {255, 255, 255, 255}) {
129 return ::GenImageColor(width, height, color);
130 }
131
132 /**
133 * Generate image: linear gradient

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected