Lighten colors by mixing them with white.
Details
Colors are mixed linearly with white in RGB space: $$ x_{new} = x + amount \cdot (255 - x) $$
See also
Other color.manipulation:
addOpacity(),
colToOpaque(),
darken(),
fade(),
mixColors()
Lighten colors by mixing them with white.
Colors are mixed linearly with white in RGB space: $$ x_{new} = x + amount \cdot (255 - x) $$
Other color.manipulation:
addOpacity(),
colToOpaque(),
darken(),
fade(),
mixColors()