alpha()
Returns a new UIColor with increased transparency.
alpha(alpha: number): UIColor;
Parameters
- alpha — The opacity level, from 0 (fully transparent) to 1 (no change).
Return value
A new UIColor instance.
Related
class UIColor
A class that represents a single color value.
