Color that is a darker version of this Color. This method applies an arbitrary scale factor to each of the three RGB components of this Color to create a darker 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 darker version of this Color.
@see java.awt.Color#brighter
@since JDK1.0
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |