alpha
The transparency of the element.
Declaration
var alpha: CGFloat { get set }Discussion
Possible values are between 0.0 (fully transparent) and 1.0 (fully opaque). The default value is 1.0.
Transparent items continue to participate in hit testing for the collection view.