Package org. pushingpixels. aurora. theming. colorscheme
Types
Color scheme bundle. Defines the visual appearance of a single decoration area of a skin.
Base class for dark color schemes.
Base class for light color schemes.
Blended color scheme.
Hue-shifted color scheme. A hue-shifted color scheme is a color scheme that is hue-shifted in HSB space.
Implementation of inverted color scheme. Inverted color scheme is based on some original color scheme, switching the dark colors by light colors and inverting the foreground color.
Implementation of negated color scheme. Negated color scheme is based on some original color scheme, negating all the colors.
Saturated color scheme. A saturated color scheme is a color scheme that is saturated / desaturated (using HSV).
Interface for derived color scheme colors.
Shaded color scheme. A shaded color scheme is a color scheme that is shifted towards black color.
Base class for shifted color schemes. A shifted color scheme is based on some original color scheme, a shift color and a shift factor. All colors of the original color scheme are shifted towards the shift color based on the shift factor. The closer the shift factor value is to 1.0, the closer the colors of the shifted color scheme will be to the shift color.
Tinted color scheme. A tinted color scheme is a color scheme that is shifted towards white color.
Toned color scheme. A toned color scheme is a color scheme that is shifted towards gray color.