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

Function Magenta

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

Source from the content-addressed store, hash-verified

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:
247 void set(const ::Color& color) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected