https://github.com/Lakr233/Colorful
A SwiftUI implementation of AppleCard's animated colorful blur background.
https://github.com/Lakr233/Colorful
Last synced: 4 months ago
JSON representation
A SwiftUI implementation of AppleCard's animated colorful blur background.
- Host: GitHub
- URL: https://github.com/Lakr233/Colorful
- Owner: Lakr233
- License: mit
- Created: 2021-09-19T15:42:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-03T18:18:12.000Z (about 1 year ago)
- Last Synced: 2024-12-21T10:02:55.788Z (7 months ago)
- Language: Swift
- Size: 446 KB
- Stars: 356
- Watchers: 4
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Colorful
A SwiftUI implementation of AppleCard's animated colorful blur background.
For improved version with Metal, see [ColorfulX](https://github.com/Lakr233/ColorfulX).
## Preview

## Usage
```swift
import Colorfulvar body: some View {
ColorfulView()
}
```## Customization & Defaults
```swift
init(
animated: Bool = defaultAnimated,
animation: Animation = defaultAnimation,
blurRadius: CGFloat = defaultBlurRadius,
colors: [Color] = defaultColorList,
colorCount: Int = defaultColorCount
)
```## License
Colorful is licensed under [MIT](./LICENSE).
---
Copyright © 2021 Lakr Aream. All Rights Reserved.