Slide 15
Slide 15 text
FaceAreaPlot(radius: outlineRadius)
.foregroundStyle(faceGradient)
// Face gradient for the entire face
var faceGradient: RadialGradient {
RadialGradient(
gradient: Gradient(stops: [
// Colors defined in an extension of Color
.init(color: .paleYellow, location: 0.0),
.init(color: .softYellow, location: 0.35),
.init(color: .brightYellow, location: 0.6),
.init(color: .orangeYellow, location: 1.0)
]),
center: UnitPoint(x: 0.5, y: 0.2),
startRadius: 0,
endRadius: 180
)
}
Happy Metrics 😊
Make up✨