MCPcopy Create free account
hub / github.com/Atarity/Lightpack / setCoefs

Method setCoefs

Software/src/GrabConfigWidget.cpp:90–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void GrabConfigWidget::setCoefs(double red, double green, double blue)
91{
92 ui->spinBox_Red->setValue(red * 100);
93 ui->spinBox_Green->setValue(green * 100);
94 ui->spinBox_Blue->setValue(blue * 100);
95}
96
97void GrabConfigWidget::setIsAreaEnabled(bool isAreaEnabled)
98{

Callers 1

Calls 1

setValueMethod · 0.80

Tested by

no test coverage detected