Components.GetGreen
Extension Method in Components
Declaration
public static float GetGreen(this Color color)
Description
Returns the green component of the color in the range [0..1].
Parameters
color | The color to get the component from. |
Returns
float | The green component of the color. |