Converts RGB color to Color.
static Color fromRGB(RGB color) { return Color.fromARGB(color.a, color.r, color.g, color.b); }