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