utils/tinter_and_shader library

Functions

colorShade(Color color, int i) Color
Shades a single Color and returns the new shaded value.
colorTint(Color color, int i) Color
Tints a single Color and returns the new tinted value.
createTintsAndShades(Iterable<ConfigColor> colors) Map<ConfigColor, List<Color>>
Generate all the shades and tints for the given colors