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

Function Purple

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

Source from the content-addressed store, hash-verified

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; }
238 static Color Beige() { return BEIGE; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected