toRgb method

RGB toRgb()

Implementation

RGB toRgb() {
  return RGB.fromHex(toHex());
}