Home | History | Annotate | Download | only in calendar

Lines Matching full:xff000000

108     static int CONFLICT_COLOR = 0xFF000000;
661 int r = (((color & 0x00ff0000) * a) + ((bg & 0x00ff0000) * (0xff - a))) & 0xff000000;
664 return (0xff000000) | ((r | g | b) >> 8);