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