All Implemented Interfaces:
RadianceColorScheme, SchemeBaseColors, SchemeDerivedColors, RadianceTrait

public class ShadeColorScheme extends ShiftColorScheme
Shaded color scheme. A shaded color scheme is a color scheme that is shifted towards black color.
See Also:
  • Constructor Details

    • ShadeColorScheme

      public ShadeColorScheme(RadianceColorScheme origColorScheme, double shadeFactor)
      Creates a new shaded color scheme.
      Parameters:
      origColorScheme - The original color scheme.
      shadeFactor - The shade factor. Should be in 0.0-1.0 range.