static RGB rgbFromInts(int r, int g, int b) { ret RGB.newSafe(r/255f, g/255f, b/255f); }