OffsetColor
Description
Offsets the RGB components of the colour by the given amount.
Arguments
Returns
Color
A new color instance with the offset RGB values.
Color:Offset
Description
Offsets the RGB components of the color the method was called on by the given amount.
Arguments
number offset
The amount to offset by.
Returns
Color
The color the method was called on.