Searched refs:hueDegrees (Results 1 – 1 of 1) sorted by relevance
681 public static int solveToInt(double hueDegrees, double chroma, double lstar) { in solveToInt() argument685 hueDegrees = sanitizeDegreesDouble(hueDegrees); in solveToInt()686 double hueRadians = Math.toRadians(hueDegrees); in solveToInt()718 public static Cam solveToCam(double hueDegrees, double chroma, double lstar) { in solveToCam() argument719 return Cam.fromInt(solveToInt(hueDegrees, chroma, lstar)); in solveToCam()