Searched refs:getHue (Results 1 – 2 of 2) sorted by relevance
98 hues.add(cam.getHue()); in testAllColorsBelongToSameFamily()112 final float hue = cam.getHue(); in testAllColorsBelongToSameFamily()125 return "H" + Math.round(cam.getHue()) + " C" + Math.round(cam.getChroma()) + " T" in toHctString()
51 public float getHue() { in getHue() method in Cam283 float hRad = getHue() * (float) Math.PI / 180.0f; in viewed()