adjust-color($color, $kwargs)

Adjusts one or more properties of a color. This can change the red, green, blue, hue, saturation, value, and alpha properties. The properties are specified as keyword arguments and are added to or subtracted from the color’s current value for that property.

‘$red‘, ‘$green‘, and ‘$blue‘ properties should be between 0 and 255. ‘$saturation‘ and ‘$lightness‘ should be between 0% and 100%. ‘$alpha‘ should be between 0 and 1. All properties are optional.

You can’t specify both RGB properties (‘$red‘, ‘$green‘, ‘$blue‘) and HSL properties (‘$hue‘, ‘$saturation‘, ‘$value‘) at the same time.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.147.65.247