static L rgbToIntList(RGB rgb) { ret rgb == null ? null : ll(rgb.redInt(), rgb.greenInt(), rgb.blueInt()); }