rgb method

Color rgb()

Convert to RGB based Color.

Implementation

Color rgb() {
  throw UnsupportedError("TODO");
}