Adjustment.HueShifted
Extension Method in Adjustment
Declaration
public static Color HueShifted(this Color color, float degrees)
Description
Returns a new instance of the color by shifting its hue by a given amount of degrees.
Parameters
color | The color to adjust. |
degrees | The amount of degrees to shift the hue [-360..360]. |
Returns
Color | A new instance of the color with the hue shifted by the given amount of degrees. |