Increase visibility of blue histogram, closes #5438
This commit is contained in:
@@ -504,7 +504,7 @@ void HistogramRGBArea::updateBackBuffer (int r, int g, int b, const Glib::ustrin
|
||||
|
||||
if (needBlue) {
|
||||
// Blue
|
||||
cc->set_source_rgb(0.0, 0.0, 1.0);
|
||||
cc->set_source_rgb(0.0, 0.4, 1.0);
|
||||
if (options.histogramDrawMode < 2) {
|
||||
cc->move_to(b * (winw - 1.) / 255.0 + 0.5*s, 0);
|
||||
cc->line_to(b * (winw - 1.) / 255.0 + 0.5*s, winh - 0);
|
||||
@@ -964,7 +964,7 @@ void HistogramArea::updateBackBuffer ()
|
||||
|
||||
if (needBlue) {
|
||||
drawCurve(cr, bhchanged, realhistheight, w, h);
|
||||
cr->set_source_rgb (0.0, 0.0, 1.0);
|
||||
cr->set_source_rgb (0.0, 0.4, 1.0);
|
||||
cr->stroke ();
|
||||
drawMarks(cr, bhchanged, realhistheight, w, ui, oi);
|
||||
}
|
||||
|
Reference in New Issue
Block a user