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