SchemeBaseColors
, SchemeDerivedColors
, SubstanceColorScheme
, SubstanceTrait
public 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, toString
public InvertedColorScheme(SubstanceColorScheme origScheme)
origScheme
- The original color scheme.public java.awt.Color getForegroundColor()
SchemeBaseColors
public java.awt.Color getUltraLightColor()
SchemeBaseColors
public java.awt.Color getExtraLightColor()
SchemeBaseColors
public java.awt.Color getLightColor()
SchemeBaseColors
public java.awt.Color getMidColor()
SchemeBaseColors
public java.awt.Color getDarkColor()
SchemeBaseColors
public java.awt.Color getUltraDarkColor()
SchemeBaseColors
public SubstanceColorScheme getOrigScheme()