SchemeBaseColors, SchemeDerivedColors, SubstanceColorScheme, SubstanceTraitpublic class LimeGreenColorScheme extends BaseLightColorScheme
displayName, isDark| Constructor | Description |
|---|---|
LimeGreenColorScheme() |
Creates a new
Lime Green color 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.
|
java.awt.Color |
getUltraDarkColor() |
Retrieves the ultra-dark color.
|
java.awt.Color |
getUltraLightColor() |
Retrieves the ultra-light color.
|
blendWith, getBackgroundFillColor, getDisplayName, getFocusRingColor, getLineColor, getSelectionBackgroundColor, getSelectionForegroundColor, getSeparatorDarkColor, getSeparatorLightColor, getSeparatorShadowColor, getTextBackgroundFillColor, hueShift, invert, isDark, named, negate, saturate, shade, shift, shiftBackground, tint, tone, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittoImagepublic LimeGreenColorScheme()
Lime Green 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()
SchemeBaseColors