Searched refs:solveToInt (Results 1 – 2 of 2) sorted by relevance
681 public static int solveToInt(double hueDegrees, double chroma, double lstar) { in solveToInt() method in HctSolver719 return Cam.fromInt(solveToInt(hueDegrees, chroma, lstar)); in solveToCam()
393 return HctSolver.solveToInt(hue, chroma, lstar); in getInt()