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

Function SkyBlue

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

Source from the content-addressed store, hash-verified

230 static Color Lime() { return LIME; }
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; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected