Searched refs:clampInt (Results 1 – 1 of 1) sorted by relevance
171 return clampInt(0, 255, (int) Math.round(delinearized * 255.0)); in delinearized()179 public static int clampInt(int min, int max, int input) { in clampInt() method in CamUtils