MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ color() [2/2]

Series & MayaFlux::Portal::Forma::Plot::Series::color ( std::initializer_list< glm::vec3 >  colors)
inline

Append colors to the global palette.

Used as fallback when a series belongs to a mapping with no per-mapping palette. Cycled across all such series by index. Multiple calls append.

Definition at line 253 of file SeriesBuilder.hpp.

254 {
255 m_palette.insert(m_palette.end(), colors.begin(), colors.end());
256 return *this;
257 }