-
-
Notifications
You must be signed in to change notification settings - Fork 125
Striped style with gradient #78
Copy link
Copy link
Closed
Description
Hello,
It is possible to adopt the striped style while still maintaining a gradient? As far as I can tell it doesn't seem to be natively supported so I've done the following:
LinearGradient(
colors: [.red, .blue, .green, .yellow],
startPoint: .leading,
endPoint: .trailing
) .mask {
WaveformLiveCanvas(samples: samples, configuration: configuration)
.frame(height: 100)
}
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels