Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/contacts/common/util/
DMaterialColorMapUtils.java56 final float vtemp = V - temp; in hue() local
57 final float cr = (V - r) / vtemp; in hue()
58 final float cg = (V - g) / vtemp; in hue()
59 final float cb = (V - b) / vtemp; in hue()
/packages/apps/Contacts/src/com/android/contacts/util/
DMaterialColorMapUtils.java162 final float vtemp = V - temp; in hue() local
163 final float cr = (V - r) / vtemp; in hue()
164 final float cg = (V - g) / vtemp; in hue()
165 final float cb = (V - b) / vtemp; in hue()