| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected