Home | History | Annotate | Download | only in calendar

Lines Matching full:red

1441         //Do a white outline so it'll show up on a red event
1448 //Then draw the red line
2220 int red = (color & 0x00ff0000) >> 16;
2223 color = ((red >> 1) << 16) | ((green >> 1) << 8) | (blue >> 1);