Searched refs:diffColor (Results 1 – 1 of 1) sorted by relevance
48 diffArray[index] = diffColor(referenceColor, testColor) in compareBitmaps()62 private fun diffColor(referenceColor: Int, testColor: Int): Int { in diffColor() method