static RGB rgbAdd(RGB a, RGB b) { ret RGB.newSafe( a.r+b.r, a.g+b.g, a.b+b.b); }