Documentation

alpha()

Returns a new UIColor with increased transparency.

alpha(alpha: number): UIColor;

Parameters

Return value

A new UIColor instance.

Related