Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GlobedGD/globed2
/ fromColor
Method
fromColor
src/core/data/MultiColor.cpp:119–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
}
118
119
MultiColor MultiColor::fromColor(const Color3& color) {
120
return MultiColor(Type::Static, { color });
121
}
122
123
}
Callers
nothing calls this directly
Calls
1
MultiColor
Class · 0.85
Tested by
no test coverage detected