XCode 26.5 日本語化計画
元のドキュメント:
developer.apple.com/documentation/swiftui/angulargradient/init(colors:center:
startangle:endangle:)
色のコレクションから角度のグラデーションを作成します。
init(
colors: [Color],
center: UnitPoint,
startAngle: Angle = .zero,
endAngle: Angle = .zero
)
init(gradient: Gradient, center: UnitPoint, startAngle: Angle, endAngle: Angle)
角度のグラデーションを作成します。
init(stops: [Gradient.Stop], center: UnitPoint, startAngle: Angle, endAngle: Angle)
カラー停止点のコレクションから角度のグラデーションを作成します。