Searched refs:expectedAlpha (Results 1 – 1 of 1) sorted by relevance
269 int expectedAlpha = Color.alpha(expectedColor); in areColorsTheSameWithTolerance() local274 int varianceAlpha = Math.abs(sourceAlpha - expectedAlpha); in areColorsTheSameWithTolerance()