Class 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:
  • Constructor Details

    • 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.