Appearance
function saturate(hex, amount): string;
Increases the saturation of a hex color by amount percent.
amount
hex
string
number
saturate('#336699', 20) // => '#1a6eb3'
1.0.0