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

Function LightGray

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

Source from the content-addressed store, hash-verified

218 RLCPP_NODISCARD Color AlphaBlend(::Color dst, ::Color tint) const { return ::ColorAlphaBlend(dst, *this, tint); }
219
220 static Color LightGray() { return LIGHTGRAY; }
221 static Color Gray() { return GRAY; }
222 static Color DarkGray() { return DARKGRAY; }
223 static Color Yellow() { return YELLOW; }

Callers 2

mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected