Searched refs:vtemp (Results 1 – 2 of 2) sorted by relevance
56 final float vtemp = V - temp; in hue() local57 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()
162 final float vtemp = V - temp; in hue() local163 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()