Class TintColorScheme
- java.lang.Object
-
- org.pushingpixels.substance.api.colorscheme.BaseColorScheme
-
- org.pushingpixels.substance.internal.colorscheme.ShiftColorScheme
-
- org.pushingpixels.substance.internal.colorscheme.TintColorScheme
-
- All Implemented Interfaces:
SchemeBaseColors
,SchemeDerivedColors
,SubstanceColorScheme
,SubstanceTrait
public class TintColorScheme extends ShiftColorScheme
Tinted color scheme. A tinted color scheme is a color scheme that is shifted to white color.- See Also:
ShiftColorScheme
-
-
Field Summary
-
Fields inherited from class org.pushingpixels.substance.internal.colorscheme.ShiftColorScheme
shiftedCache
-
Fields inherited from class org.pushingpixels.substance.api.colorscheme.BaseColorScheme
derivedColorsResolver, displayName, isDark
-
-
Constructor Summary
Constructors Constructor Description TintColorScheme(SubstanceColorScheme origColorScheme, double tintFactor)
Creates a new tinted color scheme.
-
Method Summary
-
Methods inherited from class org.pushingpixels.substance.internal.colorscheme.ShiftColorScheme
getDarkColor, getExtraLightColor, getForegroundColor, getLightColor, getMidColor, getOrigScheme, getShiftedScheme, getShiftFactor, getUltraDarkColor, getUltraLightColor
-
Methods inherited from class org.pushingpixels.substance.api.colorscheme.BaseColorScheme
getBackgroundFillColor, getDisplayName, getFocusRingColor, getLineColor, getResolver, getSelectionBackgroundColor, getSelectionForegroundColor, getTextBackgroundFillColor, getWatermarkDarkColor, getWatermarkLightColor, getWatermarkStampColor, hueShift, invert, isDark, named, negate, saturate, shade, shift, shiftBackground, tint, tone, toString
-
-
-
-
Constructor Detail
-
TintColorScheme
public TintColorScheme(SubstanceColorScheme origColorScheme, double tintFactor)
Creates a new tinted color scheme.- Parameters:
origColorScheme
- The original color scheme.tintFactor
- The tint factor. Should be in 0.0-1.0 range.
-
-