Color
that is a brighter version of this Color
. This method applies an arbitrary scale factor to each of the three RGB components of this Color
to create a brighter version of this Color
. Although brighter
and darker
are inverse operations, the results of a series of invocations of these two methods might be inconsistent because of rounding errors.
@return a new Color
object that is a brighter version of this Color
.
@see java.awt.Color#darker
@since JDK1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|