X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fglwidget.cpp;h=d3e1d560d015016a0242c44b234b816e1c79774c;hb=f9024d141398e69e7b4011becd3ebbe37eaa1776;hp=10d39cb97c7ff30fb4bdc94bdd3a6493bf63938b;hpb=a60a2c892c08f6fab3a1e6b7cf4343cad8689058;p=nageru diff --git a/nageru/glwidget.cpp b/nageru/glwidget.cpp index 10d39cb..d3e1d56 100644 --- a/nageru/glwidget.cpp +++ b/nageru/glwidget.cpp @@ -72,7 +72,7 @@ void GLWidget::grab_white_balance(unsigned channel, unsigned x, unsigned y) { // Set the white balance to neutral for the grab. It's probably going to // flicker a bit, but hopefully this display is not live anyway. - global_mixer->set_wb(output, 0.5, 0.5, 0.5); + global_mixer->set_wb(output, 1.0, 1.0, 1.0); global_mixer->wait_for_next_frame(); // Mark that the next paintGL() should grab the given pixel.