These color functions are useful for creating generic libraries that have to accept a range of inputs. For more color functions see the sass reference documentation
Adds $amount
to $color
's lightness value. $amount
can be negative.
Adds $amount
to $color
's saturation value. $amount
can be negative.
Scales $color
's lightness value by $amount
.
$amount
can be negative.
Scales $color
's saturation value by $amount
.
$amount
can be negative.
Darkens the $color
by mixing it with black as specified by $percentage
.
Lightens the $color
by mixing it with white as specified by $percentage
.