MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / setColorConfig

Method setColorConfig

Default/GenericInspector/FACTab.cpp:169–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void
170FACTab::setColorConfig(ColorConfig const &cfg)
171{
172 this->ui->facWaveform->setBackgroundColor(cfg.spectrumBackground);
173 this->ui->facWaveform->setForegroundColor(cfg.spectrumForeground);
174 this->ui->facWaveform->setAxesColor(cfg.spectrumAxes);
175 this->ui->facWaveform->setTextColor(cfg.spectrumText);
176 this->ui->facWaveform->setSelectionColor(cfg.selection);
177}
178
179void
180FACTab::feed(const SUCOMPLEX *data, unsigned int size)

Callers 1

setAppConfigMethod · 0.45

Calls

no outgoing calls

Tested by 1

setAppConfigMethod · 0.36