Class Colors

java.lang.Object
com.jgoodies.looks.plastic.theme.Colors

final class Colors extends Object
Consists of base colors useful for building new color themes.

The field names use the following naming convention: <color name>_<saturation>_<brightness>, for example: BLUE_HIGH_LIGHT and GREEN_MEDIUM_LIGHTER.

The saturation values are: LOW, MEDIUM, and HIGH. Brightness values are: DARKEST, DARKER, DARK, MEDIUM, LIGHT, LIGHTER, and LIGHTEST.

Version:
$Revision: 1.9 $