MCPcopy 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
119MultiColor MultiColor::fromColor(const Color3& color) {
120 return MultiColor(Type::Static, { color });
121}
122
123}

Callers

nothing calls this directly

Calls 1

MultiColorClass · 0.85

Tested by

no test coverage detected