SchemeBaseColors
, SchemeDerivedColors
, SubstanceColorScheme
, SubstanceTrait
public class TintColorScheme extends ShiftColorScheme
ShiftColorScheme
derivedColorsResolver, displayName, isDark
shiftedCache
Constructor | Description |
---|---|
TintColorScheme(SubstanceColorScheme origColorScheme,
double tintFactor) |
Creates a new tinted color scheme.
|
getBackgroundFillColor, getDisplayName, getFocusRingColor, getLineColor, getResolver, getSelectionBackgroundColor, getSelectionForegroundColor, getTextBackgroundFillColor, getWatermarkDarkColor, getWatermarkLightColor, getWatermarkStampColor, hueShift, invert, isDark, named, negate, saturate, shade, shift, shiftBackground, tint, tone, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDarkColor, getExtraLightColor, getForegroundColor, getLightColor, getMidColor, getOrigScheme, getShiftedScheme, getShiftFactor, getUltraDarkColor, getUltraLightColor
public TintColorScheme(SubstanceColorScheme origColorScheme, double tintFactor)
origColorScheme
- The original color scheme.tintFactor
- The tint factor. Should be in 0.0-1.0 range.