copy method

RgbColour copy()

@return {!goog.math.Rect} A new copy of this Rectangle.

Implementation

RgbColour copy()
{
  return new RgbColour(red, green, blue);
}