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

Function Beige

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

Source from the content-addressed store, hash-verified

236 static Color Violet() { return VIOLET; }
237 static Color DarkPurple() { return DARKPURPLE; }
238 static Color Beige() { return BEIGE; }
239 static Color Brown() { return BROWN; }
240 static Color DarkBrown() { return DARKBROWN; }
241 static Color White() { return WHITE; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected