| 167 | } |
| 168 | |
| 169 | void |
| 170 | FACTab::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 | |
| 179 | void |
| 180 | FACTab::feed(const SUCOMPLEX *data, unsigned int size) |