init(colors: [Color])
Creates a gradient from an array of colors.
色の配列から勾配を作成します。
Availability 有効性
Technology
@frozen struct Gradient
init(colors: [Color])
init(stops: [Gradient.Stop])
var stops: [Gradient.Stop]
struct Stop
static func == (Gradient, Gradient) -> Bool
static func != (Self, Self) -> Bool
struct Color