displayRBG method

String displayRBG()

Implementation

String displayRBG() {
  return "R: $r , G: $g , B $b";
}