Home
last modified time | relevance | path

Searched refs:diffHue (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DSystemPaletteTest.kt682 val diffHue = abs(hct1.hue - hct2.hue) in <lambda>() constant
684 return diffTone + diffChroma + diffHue > threshold in <lambda>()