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

Method setPaletteContrast

Components/TimeWindow.cpp:493–498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491}
492
493void
494TimeWindow::setPaletteContrast(int contrast)
495{
496 this->ui->contrastSlider->setValue(contrast);
497 this->onChangePaletteContrast(contrast);
498}
499
500void
501TimeWindow::setColorConfig(ColorConfig const &cfg)

Callers

nothing calls this directly

Calls 2

setValueMethod · 0.80

Tested by

no test coverage detected