Home | History | Annotate | Download | only in calendar

Lines Matching full:green

2221             int green = (color & 0x0000ff00) >> 8;
2223 color = ((red >> 1) << 16) | ((green >> 1) << 8) | (blue >> 1);