copy method
@return {!goog.math.Rect} A new copy of this Rectangle.
Implementation
RgbColour copy()
{
return new RgbColour(red, green, blue);
}
@return {!goog.math.Rect} A new copy of this Rectangle.
RgbColour copy()
{
return new RgbColour(red, green, blue);
}