Searched refs:varianceAlpha (Results 1 – 1 of 1) sorted by relevance
300 int varianceAlpha = Math.abs(sourceAlpha - expectedAlpha); in areColorsTheSameWithTolerance() local305 boolean isColorMatch = (varianceAlpha <= allowedComponentVariance) in areColorsTheSameWithTolerance()