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

Function ColorFromNormalized

include/Vector4.hpp:292–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290#endif
291
292 RLCPP_NODISCARD Color ColorFromNormalized() const { return ::ColorFromNormalized(*this); }
293
294 operator Color() const { return ColorFromNormalized(); }
295protected:

Callers 2

ColorFunction · 0.85
Vector4.hppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected