brighter()
Brightens the Color object.
Syntax
Color brighter()
Usage
Creates a brighter version of the Color object by applying an arbitrary scale factor to each of the RGB components. Invoking a series of invocations of the darker and brighter methods might give an inconsistent result because of rounding errors.
Example
Color.BLUE.brighter()