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