MCPcopy Create free account
hub / github.com/GlobedGD/globed2 / MultiColor

Method MultiColor

src/core/data/MultiColor.cpp:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30MultiColor::MultiColor(Type type, std::vector<Color3> colors) : m_type(type), m_colors(std::move(colors)) {}
31
32MultiColor::MultiColor() : MultiColor(Type::Static, {Color3{ 255, 255, 255 }}) {}
33

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected