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

Function White

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

Source from the content-addressed store, hash-verified

239 static Color Brown() { return BROWN; }
240 static Color DarkBrown() { return DARKBROWN; }
241 static Color White() { return WHITE; }
242 static Color Black() { return BLACK; }
243 static Color Blank() { return BLANK; }
244 static Color Magenta() { return MAGENTA; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected