copy method

Color copy()

Implementation

Color copy() {
  return Color(r: r, g: g, b: b, a: a);
}