static S to332String(int rgb) { byte b = to332(rgb); ret str((b >> 5) & 7) + ((b >> 2) & 7) + (b & 3); }