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