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

Function Blank

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

Source from the content-addressed store, hash-verified

241 static Color White() { return WHITE; }
242 static Color Black() { return BLACK; }
243 static Color Blank() { return BLANK; }
244 static Color Magenta() { return MAGENTA; }
245 static Color RayWhite() { return RAYWHITE; }
246protected:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected