Function: saturate()
ts
function saturate(color, amount): Color;Defined in: saturate.ts:11
Makes the provided color more saturated by the specified amount.
Parameters
| Parameter | Type | Description |
|---|---|---|
color | Color | the color to saturate. |
amount | number | the amount to saturate the color. |
Returns
the new saturated color