cl_over           329 modules/histogram.c     register color cl, cl_over, cl_bg = BG_COLOR(hc);
cl_over           357 modules/histogram.c             cl_over = (threshold==h && conf.show_overexp)?BG_COLOR(hc2):cl;
cl_over           359 modules/histogram.c                 draw_pixel(x+1+i, y+h-v, (v<=threshold)?cl_over:cl_bg);
cl_over           367 modules/histogram.c             cl_over = (threshold==h && conf.show_overexp)?BG_COLOR(hc2):cl;
cl_over           369 modules/histogram.c                 draw_pixel(x+1+i, y+h-v, (v<=threshold)?cl_over:cl_bg);
cl_over           113 modules/zebra.c static color cl_under, cl_over;
cl_over           136 modules/zebra.c     cl_over = FG_COLOR(user_color(conf.zebra_color));
cl_over           298 modules/zebra.c                     buf[s] = buf[s+1] = (yy>over)?cl_over:(yy<conf.zebra_under)?cl_under:COLOR_TRANSPARENT;
cl_over           397 modules/zebra.c                 else buf[s]=(yy>over)?cl_over:(yy<conf.zebra_under)?cl_under:COLOR_TRANSPARENT;
cl_over           549 modules/zebra.c     cl_over = FG_COLOR(user_color(conf.zebra_color));
cl_over           562 modules/zebra.c             clr[8].yuv = color_to_rawpx(cl_over, &(clr[8].op));