colors.helper library

Functions

darkenColor(Color color, double amount) Color
Darkens a given color by a certain amount using the HSL color model.
lightenColor(Color color, double amount) Color
Lightens a given color by a certain amount using the HSL color model.