static S colorToHex(Color c) { ret c == null ? null : RGB(c).getHexString(); }