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