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

Function Gold

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

Source from the content-addressed store, hash-verified

222 static Color DarkGray() { return DARKGRAY; }
223 static Color Yellow() { return YELLOW; }
224 static Color Gold() { return GOLD; }
225 static Color Orange() { return ORANGE; }
226 static Color Pink() { return PINK; }
227 static Color Red() { return RED; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected