Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Lakr233/Colorful
A SwiftUI implementation of AppleCard's animated colorful blur background.
https://github.com/Lakr233/Colorful
Last synced: 3 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T13:44:26.000Z (about 1 year ago)
- Last Synced: 2024-05-18T21:38:32.404Z (8 months ago)
- Language: Swift
- Size: 445 KB
- Stars: 331
- 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
![Preview](./Preview.png)
## 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.