An array of points used to determine gradient color changes.
SDK
- tvOS 9.0+
Framework
- TVMLKit
Declaration
var gradientPoints: [NSNumber]? { get }
Discussion
This property is only available when color
is set to TVColor
or TVColor
. The points defined in the array determine when a color change occurs using the colors in the gradient
property.