The search functionality needs JavaScript enabled
Adjust a Colors alpha channel, setting it to the given percentage.
Color
Color withAlpha ( float alpha ) const;
A newly adjusted Color.
A RangeError if the given alpha component is outside the range 0.0 through 1.0.
RangeError
alpha
0.0
1.0