Contents

gradientPoints

An array of points used to determine gradient color changes.

Declaration

var gradientPoints: [NSNumber]? { get }

Discussion

This property is only available when colorType is set to TVColorType.linearGradientTopToBottom or TVColorType.linearGradientLeftToRight. The points defined in the array determine when a color change occurs using the colors in the gradientColors property.

See Also

Getting Color Properties