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

Function DarkBlue

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

Source from the content-addressed store, hash-verified

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; }
237 static Color DarkPurple() { return DARKPURPLE; }

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected