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

Function DarkGray

include/Color.hpp:222–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220 static Color LightGray() { return LIGHTGRAY; }
221 static Color Gray() { return GRAY; }
222 static Color DarkGray() { return DARKGRAY; }
223 static Color Yellow() { return YELLOW; }
224 static Color Gold() { return GOLD; }
225 static Color Orange() { return ORANGE; }

Callers 2

UpdateFrameFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected