- July 1, 2025
- Mins Read
A SwiftUI implementation of AppleCard’s animated colorful blur background.
For improved version with Metal, see ColorfulX.
import Colorful
var body: some View {
ColorfulView()
}
init(
animated: Bool = defaultAnimated,
animation: Animation = defaultAnimation,
blurRadius: CGFloat = defaultBlurRadius,
colors: [Color] = defaultColorList,
colorCount: Int = defaultColorCount
)