Searched refs:actualColor (Results 1 – 1 of 1) sorted by relevance
263 @ColorInt int actualColor, int allowedComponentVariance) { in areColorsTheSameWithTolerance() argument264 int sourceAlpha = Color.alpha(actualColor); in areColorsTheSameWithTolerance()265 int sourceRed = Color.red(actualColor); in areColorsTheSameWithTolerance()266 int sourceGreen = Color.green(actualColor); in areColorsTheSameWithTolerance()267 int sourceBlue = Color.blue(actualColor); in areColorsTheSameWithTolerance()