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

Method MultiColor

include/globed/core/data/MultiColor.hpp:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 MultiColor(Type type, std::vector<Color3> colors);
23
24 MultiColor(const MultiColor&) = default;
25 MultiColor& operator=(const MultiColor&) = default;
26 MultiColor(MultiColor&&) noexcept = default;
27 MultiColor& operator=(MultiColor&&) noexcept = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected