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