factory Color.setRGB255(int r, int g, int b) { var _color = Color(r / 255.0, g / 255.0, b / 255.0); return _color; }