Lines Matching full:blue
2222 int blue = (color & 0x0000ff);2223 color = ((red >> 1) << 16) | ((green >> 1) << 8) | (blue >> 1);