adjust_hue($color, $degrees)
Changes the hue of a color. Takes a color and a number of degrees (usually between -360deg
and 360deg
), and returns a color with the hue rotated along the color wheel by that amount.
adjust_hue($color, $degrees)
Changes the hue of a color. Takes a color and a number of degrees (usually between -360deg
and 360deg
), and returns a color with the hue rotated along the color wheel by that amount.
Please login to continue.