Home | History | Annotate | Download | only in graphics

Lines Matching refs:Color

46         // access the red component from a premultiplied color
48 // access the red component from a premultiplied color
50 // access the red component from a premultiplied color
52 // access the red component from a premultiplied color
77 * Turn a color int into a premultiplied device color
80 int r = Color.red(c);
81 int g = Color.green(c);
82 int b = Color.blue(c);
83 int a = Color.alpha(c);
144 makeRamp(premultiplyColor(Color.RED), premultiplyColor(Color.GREEN),