Searched refs:whiteScrimAlpha (Results 1 – 1 of 1) sorted by relevance
151 public static int getMutedColor(int color, float whiteScrimAlpha) { in getMutedColor() argument152 int whiteScrim = setColorAlphaBound(Color.WHITE, (int) (255 * whiteScrimAlpha)); in getMutedColor()