Add waveform/vectorscope brightness feature

This commit is contained in:
Lawrence Lee
2020-08-08 17:11:18 -07:00
parent 6c53317ac1
commit ec27ad4abc
2 changed files with 25 additions and 5 deletions

View File

@@ -177,6 +177,8 @@ protected:
DrawModeListener *myDrawModeListener;
int scopeType;
int oldwidth, oldheight;
/// Intensity of waveform and vectorscope trace.
float trace_brightness;
bool needRed, needGreen, needBlue, needLuma, needChroma;
bool rawMode;