All Implemented Interfaces:
RadianceColorScheme, SchemeBaseColors, SchemeDerivedColors, RadianceTrait

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

    • ToneColorScheme

      public ToneColorScheme(RadianceColorScheme 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.