hc2               326 modules/histogram.c     twoColors hc2 = user_color(conf.histo_color2);
hc2               357 modules/histogram.c             cl_over = (threshold==h && conf.show_overexp)?BG_COLOR(hc2):cl;
hc2               367 modules/histogram.c             cl_over = (threshold==h && conf.show_overexp)?BG_COLOR(hc2):cl;
hc2               373 modules/histogram.c     draw_rectangle(x, y, x+1+w, y+h, hc2, RECT_BORDER1);
hc2               375 modules/histogram.c     if (conf.histo_show_ev_grid) for (i=1;i<=4;i++) draw_line(x+(1+w)*i/5, y, x+(1+w)*i/5, y+h, FG_COLOR(hc2));
hc2               382 modules/histogram.c     twoColors hc2 = user_color(conf.histo_color2);
hc2               412 modules/histogram.c     draw_rectangle(x, y, x+1+HISTO_WIDTH, y+HISTO_HEIGHT, hc2, RECT_BORDER1);
hc2               414 modules/histogram.c     if (conf.histo_show_ev_grid) for (i=1;i<=4;i++) draw_line(x+(1+HISTO_WIDTH)*i/5, y, x+(1+HISTO_WIDTH)*i/5, y+HISTO_HEIGHT, FG_COLOR(hc2));
hc2               432 modules/histogram.c         twoColors hc2 = user_color(conf.histo_color2);
hc2               480 modules/histogram.c                                 HISTO_DOT_SIZE, HISTO_DOT_SIZE, BG_COLOR(hc2), DRAW_FILLED);
hc2               485 modules/histogram.c                             HISTO_DOT_SIZE, HISTO_DOT_SIZE, BG_COLOR(hc2), DRAW_FILLED);