Searched refs:vtemp (Results 1 – 1 of 1) sorted by relevance
131 final float vtemp = (float) (V - temp); in hue() local132 final float cr = (V - r) / vtemp; in hue()133 final float cg = (V - g) / vtemp; in hue()134 final float cb = (V - b) / vtemp; in hue()