Searched refs:hueRadians (Results 1 – 1 of 1) sorted by relevance
186 float hueRadians = hue * (float) Math.PI / 180.0f; in fromIntInFrame() local216 float astar = mstar * (float) Math.cos(hueRadians); in fromIntInFrame()217 float bstar = mstar * (float) Math.sin(hueRadians); in fromIntInFrame()245 float hueRadians = h * (float) Math.PI / 180.0f; in fromJchInFrame() local248 float astar = mstar * (float) Math.cos(hueRadians); in fromJchInFrame()249 float bstar = mstar * (float) Math.sin(hueRadians); in fromJchInFrame()