| 28 | } |
| 29 | |
| 30 | MultiColor::MultiColor(Type type, std::vector<Color3> colors) : m_type(type), m_colors(std::move(colors)) {} |
| 31 | |
| 32 | MultiColor::MultiColor() : MultiColor(Type::Static, {Color3{ 255, 255, 255 }}) {} |
| 33 |
nothing calls this directly
no outgoing calls
no test coverage detected