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