Class ToneColorScheme

All Implemented Interfaces:
SchemeBaseColors, SchemeDerivedColors, SubstanceColorScheme, SubstanceTrait

public class ToneColorScheme extends ShiftColorScheme
Toned color scheme. A toned color scheme is a color scheme that is shifted to gray color.
See Also:
  • Constructor Details

    • ToneColorScheme

      public ToneColorScheme(SubstanceColorScheme origColorScheme, double toneFactor)
      Creates a new toned color scheme.
      Parameters:
      origColorScheme - The original color scheme.
      toneFactor - The tone factor. Should be in 0.0-1.0 range.