r1022: Restructure overlay and label code for efficiency; change the graphic display...
commit447872dc6c6abc6342b8e2c397b535f4079661da
authorJohannes Sixt <johannes.sixt@telecom.at>
Fri, 7 Sep 2007 19:34:28 +0000 (7 19:34 +0000)
committerJohannes Sixt <johannes.sixt@telecom.at>
Fri, 7 Sep 2007 19:34:28 +0000 (7 19:34 +0000)
tree379105501ded6e1311de9880c74e1df889113a6a
parentaa8065f2a4f566e0eed52818c4a9721c64944408
r1022: Restructure overlay and label code for efficiency; change the graphic display somewhat

Restructure overlay and label drawing code to push more drawing code into
the waveform and vectorscope components. Precompute the overlay geometry
when the window is resized rather than every time it's drawn.

Change graduation lines from bright green to dim gray. I thought the bright
green distracted from the more important data.

Added 7.5% SMPTE luminance line on waveform.

Insure label values are multiple of 10 (9's were due to floating point
truncation).

Centered label text in column. Looks a little nicer, I think.

Position vectorscope label values more closely to the vectorscope circle
instead of with the waveform display.

Draw color axes on vectorscope and label the axes with R,G,B,C,Y,M.

Patch by Craig Lawson.
plugins/videoscope/videoscope.C