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

◆ baseline()

FilledWaveformBuilder & MayaFlux::Portal::Forma::Plot::FilledWaveformBuilder::baseline ( float  y)
inline

Override the baseline Y value in data coordinates.

Defaults to 0.0 (maps to y_range.to_ndc(0)). Set to the range minimum to always fill downward, or to the range maximum to always fill upward.

Definition at line 638 of file SeriesBuilder.hpp.

639 {
640 m_baseline = y;
641 return *this;
642 }