Adjustment.HueShift
Extension Method in Adjustment
Declaration
public static void HueShift(this ref Color color, float degrees)
Description
Shifts the hue of the color by the given amount of degrees.
Parameters
color | The color to adjust. |
degrees | The amount of degrees to shift the hue [-360..360]. |