Components.WithHue360
Extension Method in Components
Declaration
public static Color WithHue360(this Color color, int hue)Description
Returns a copy of the color with a new hue component value.
Parameters
| color | The color to copy. |
| hue | The new component value in the range [0..360]. |
Returns
| Color | A copy of the color with the new hue component value. |