SchemeBaseColors, SchemeDerivedColors, SubstanceColorScheme, SubstanceTraitpublic class SaturatedColorScheme extends BaseColorScheme
ShiftColorSchemederivedColorsResolver, displayName, isDark| Constructor | Description |
|---|---|
SaturatedColorScheme(SubstanceColorScheme origScheme,
double saturationFactor) |
Creates a new saturated 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.
|
SubstanceColorScheme |
getOrigScheme() |
Returns the original color scheme.
|
double |
getSaturationFactor() |
Returns the saturation factor.
|
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 SaturatedColorScheme(SubstanceColorScheme origScheme, double saturationFactor)
origScheme - The original color scheme.saturationFactor - Saturation factor. Should be in -1.0..1.0 range.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()
public double getSaturationFactor()