brighten
Brightens this color by the provided magnitude.
const brightBlue = Color.BLUE.brighten(0.5, new Color());
Content copied to clipboard
Return
The modified result parameter.
Parameters
magnitude
A positive number indicating the amount to brighten.
result
The object onto which to store the result.