All Implemented Interfaces:
RadianceColorScheme, SchemeBaseColors, SchemeDerivedColors, RadianceTrait

public class TintColorScheme extends ShiftColorScheme
Tinted color scheme. A tinted color scheme is a color scheme that is shifted towards white color.
See Also:
  • Constructor Details

    • TintColorScheme

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