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

Function Blue

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

Source from the content-addressed store, hash-verified

231 static Color DarkGreen() { return DARKGREEN; }
232 static Color SkyBlue() { return SKYBLUE; }
233 static Color Blue() { return BLUE; }
234 static Color DarkBlue() { return DARKBLUE; }
235 static Color Purple() { return PURPLE; }
236 static Color Violet() { return VIOLET; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected