SchemeBaseColors, SchemeDerivedColors, SubstanceColorScheme, SubstanceTraitpublic class ToneColorScheme extends ShiftColorScheme
ShiftColorSchemederivedColorsResolver, displayName, isDarkshiftedCache| Constructor | Description |
|---|---|
ToneColorScheme(SubstanceColorScheme origColorScheme,
double toneFactor) |
Creates a new toned color scheme.
|
getBackgroundFillColor, getDisplayName, getFocusRingColor, getLineColor, getResolver, getSelectionBackgroundColor, getSelectionForegroundColor, getTextBackgroundFillColor, getWatermarkDarkColor, getWatermarkLightColor, getWatermarkStampColor, hueShift, invert, isDark, named, negate, saturate, shade, shift, shiftBackground, tint, tone, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDarkColor, getExtraLightColor, getForegroundColor, getLightColor, getMidColor, getOrigScheme, getShiftedScheme, getShiftFactor, getUltraDarkColor, getUltraLightColorpublic ToneColorScheme(SubstanceColorScheme origColorScheme, double toneFactor)
origColorScheme - The original color scheme.toneFactor - The tone factor. Should be in 0.0-1.0 range.