Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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(); }
295
protected:
Callers
2
Color
Function · 0.85
Vector4.hpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected