CopyColor
Description
Creates a copy of the given color.
Arguments
Color color
The color to copy.
Returns
Color
A new color instance with the same values as the original color.
Color:Copy
Color Color:Copy()
Description
Creates a copy of the color the method was called on.
Returns
Color
A new color instance with the same values as the original color.