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