Contents

gradientColors

An array of colors used to create a gradient for an element.

Declaration

var gradientColors: [UIColor]? { get }

Discussion

This property is only available when colorType is set to TVColorType.linearGradientTopToBottom or TVColorType.linearGradientLeftToRight.

See Also

Getting Color Properties