public class ToneColorScheme extends ShiftColorScheme
ShiftColorScheme
shiftedCache
derivedColorsResolver, displayName, isDark
Constructor and Description |
---|
ToneColorScheme(SubstanceColorScheme origColorScheme,
double toneFactor)
Creates a new toned color scheme.
|
getDarkColor, getExtraLightColor, getForegroundColor, getLightColor, getMidColor, getOrigScheme, getShiftedScheme, getShiftFactor, getUltraDarkColor, getUltraLightColor
getBackgroundFillColor, getDisplayName, getFocusRingColor, getLineColor, getSelectionBackgroundColor, getSelectionForegroundColor, getTextBackgroundFillColor, getWatermarkDarkColor, getWatermarkLightColor, getWatermarkStampColor, hueShift, invert, isDark, named, negate, saturate, shade, shift, shiftBackground, tint, tone, toString
public ToneColorScheme(SubstanceColorScheme origColorScheme, double toneFactor)
origColorScheme
- The original color scheme.toneFactor
- The tone factor. Should be in 0.0-1.0 range.