Color::GetColorAlpha

Color::GetColorAlpha
inline Color GetColorAlpha() const;
Description

GetColorAlpha returns a new color formed from the current colors alpha and a zero RGB: (0,0,0,this.a).

Return Value

A new Color, formed from the current colors alpha and a zero RGB: (0,0,0,this.a).

See Also