static int clampUByteInt(long l) { ret (int) clamp(l, 0, 255); } static int clampUByteInt(int i) { ret clamp(i, 0, 255); }