D | GameView.java | 454 private static int blend(float alpha, int from, int to) { in blend() method in GameView 461 paint.setARGB(blend(alpha, a1, a2), blend(alpha, r1, r2), in setPaintARGBBlend() 462 blend(alpha, g1, g2), blend(alpha, b1, b2)); in setPaintARGBBlend()
|