adjustHue(color
, amount
): Color
Adjusts the hue of a color.
Parameters
Parameter | Type | Description |
---|
color | Color | The color to adjust. |
amount | number | The amount to adjust by, in degrees. |
Returns
Color
A new Color instance with adjusted hue.
Defined in
manipulation/components/hue.ts:10