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

Function Lime

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

Source from the content-addressed store, hash-verified

228 static Color Maroon() { return MAROON; }
229 static Color Green() { return GREEN; }
230 static Color Lime() { return LIME; }
231 static Color DarkGreen() { return DARKGREEN; }
232 static Color SkyBlue() { return SKYBLUE; }
233 static Color Blue() { return BLUE; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected