Home
last modified time | relevance | path

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

/cts/tests/tests/systemui/src/android/systemui/cts/
DColorUtils.java47 final float vtemp = (float) (V - temp); in hue() local
48 final float cr = (V - r) / vtemp; in hue()
49 final float cg = (V - g) / vtemp; in hue()
50 final float cb = (V - b) / vtemp; in hue()