Components.SetGreen
Extension Method in Components
Declaration
public static void SetGreen(this ref Color color, float green)
Description
Sets the green component of the color to the given value.
Parameters
color | The color to set the component on. |
green | The value to set the component to in the range [0..1]. |