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

◆ z() [3/4]

Series & MayaFlux::Portal::Forma::Plot::Series::z ( std::vector< Role roles,
AxisRange  range,
std::initializer_list< glm::vec3 >  palette 
)
inline

Map multiple roles to the Z axis with a shared range and per-mapping colors.

Definition at line 237 of file SeriesBuilder.hpp.

238 {
239 m_z.push_back({ .roles = std::move(roles), .range = std::move(range), .palette = palette });
240 return *this;
241 }
const std::vector< glm::vec3 > & palette() const