Returns a copy of the current Color with a given transpareny.
Color(current.red, current.green, current.blue, alpha);
See Implementation
Returns a copy of the current Color with a given transpareny.