| Interface | Description |
|---|---|
| ColorProvider |
An object that provides colors.
|
| Class | Description |
|---|---|
| AbstractColorProvider |
Base class for color providers.
|
| BackgroundColorProvider |
Returns the background color of a component.
|
| BackgroundPainterColorProvider |
Finds the most suitable background color of a component.
|
| ColorBlender |
Blends two colors according to the given blend amount.
|
| ColorMultiplier |
Multiplies the RGB components of a color with the given factor.
|
| ColorProviderList | |
| ColorProviderUtil |
Utility methods for
ColorProvider's. |
| FixedColorProvider |
A
ColorProvider which always returns the same color. |
| UIManagerColorProvider |
A
ColorProvider which returns a property color from the UIManager. |