SchemeBaseColors, SchemeDerivedColors, SubstanceColorScheme, SubstanceTraitpublic class OrangeColorScheme extends BaseLightColorScheme
| Modifier and Type | Field | Description |
|---|---|---|
static Color |
mainDarkColor |
The main dark color.
|
static Color |
mainExtraLightColor |
The main light color.
|
static Color |
mainLightColor |
The main light color.
|
static Color |
mainMidColor |
The main medium color.
|
static Color |
mainUltraDarkColor |
The main ultra-dark color.
|
static Color |
mainUltraLightColor |
The main ultra-light color.
|
derivedColorsResolver, displayName, isDark| Constructor | Description |
|---|---|
OrangeColorScheme() |
Creates a new
Orange color scheme. |
| Modifier and Type | Method | Description |
|---|---|---|
Color |
getDarkColor() |
Retrieves the dark color.
|
Color |
getExtraLightColor() |
Retrieves the extra color.
|
Color |
getForegroundColor() |
Retrieves the foreground color.
|
Color |
getLightColor() |
Retrieves the light color.
|
Color |
getMidColor() |
Retrieves the medium color.
|
Color |
getUltraDarkColor() |
Retrieves the ultra-dark color.
|
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 static final Color mainUltraLightColor
public static final Color mainExtraLightColor
public static final Color mainLightColor
public static final Color mainMidColor
public static final Color mainDarkColor
public static final Color mainUltraDarkColor
public Color getForegroundColor()
SchemeBaseColorspublic Color getUltraLightColor()
SchemeBaseColorspublic Color getExtraLightColor()
SchemeBaseColorspublic Color getLightColor()
SchemeBaseColorspublic Color getMidColor()
SchemeBaseColorspublic Color getDarkColor()
SchemeBaseColorspublic Color getUltraDarkColor()
SchemeBaseColors