Searched refs:testColor (Results 1 – 1 of 1) sorted by relevance
42 val testColor = given[index] in compareBitmaps() constant43 if (referenceColor == testColor) { in compareBitmaps()48 diffArray[index] = diffColor(referenceColor, testColor) in compareBitmaps()62 private fun diffColor(referenceColor: Int, testColor: Int): Int { in diffColor()63 return if (referenceColor != testColor) { in diffColor()