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