SchemeBaseColors, SchemeDerivedColors, SubstanceColorScheme, SubstanceTraitpublic class InvertedColorScheme extends BaseColorScheme
derivedColorsResolver, displayName, isDark| Constructor | Description |
|---|---|
InvertedColorScheme(SubstanceColorScheme origScheme) |
Creates a new inverted scheme.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.awt.Color |
getDarkColor() |
Retrieves the dark color.
|
java.awt.Color |
getExtraLightColor() |
Retrieves the extra color.
|
java.awt.Color |
getForegroundColor() |
Retrieves the foreground color.
|
java.awt.Color |
getLightColor() |
Retrieves the light color.
|
java.awt.Color |
getMidColor() |
Retrieves the medium color.
|
SubstanceColorScheme |
getOrigScheme() |
Returns the original color scheme.
|
java.awt.Color |
getUltraDarkColor() |
Retrieves the ultra-dark color.
|
java.awt.Color |
getUltraLightColor() |
Retrieves the ultra-light color.
|
getBackgroundFillColor, getDisplayName, getFocusRingColor, getLineColor, getResolver, getSelectionBackgroundColor, getSelectionForegroundColor, getTextBackgroundFillColor, getWatermarkDarkColor, getWatermarkLightColor, getWatermarkStampColor, hueShift, invert, isDark, named, negate, saturate, shade, shift, shiftBackground, tint, tone, toStringpublic InvertedColorScheme(SubstanceColorScheme origScheme)
origScheme - The original color scheme.public java.awt.Color getForegroundColor()
SchemeBaseColorspublic java.awt.Color getUltraLightColor()
SchemeBaseColorspublic java.awt.Color getExtraLightColor()
SchemeBaseColorspublic java.awt.Color getLightColor()
SchemeBaseColorspublic java.awt.Color getMidColor()
SchemeBaseColorspublic java.awt.Color getDarkColor()
SchemeBaseColorspublic java.awt.Color getUltraDarkColor()
SchemeBaseColorspublic SubstanceColorScheme getOrigScheme()