Searched refs:hf (Results 1 – 1 of 1) sorted by relevance
265 final float hf = (h - (int) h) * 6.0f; in HSBtoColor() local266 final int ihf = (int) hf; in HSBtoColor()267 final float f = hf - ihf; in HSBtoColor()