Skip to content

Latest commit

 

History

History
executable file
·
39 lines (26 loc) · 673 Bytes

README.md

File metadata and controls

executable file
·
39 lines (26 loc) · 673 Bytes

Colorful

A SwiftUI implementation of AppleCard's animated colorful blur background.

For improved version with Metal, see ColorfulX.

Preview

Preview

Usage

import Colorful

var body: some View {
    ColorfulView()
}

Customization & Defaults

init(
    animated: Bool = defaultAnimated,
    animation: Animation = defaultAnimation,
    blurRadius: CGFloat = defaultBlurRadius,
    colors: [Color] = defaultColorList,
    colorCount: Int = defaultColorCount
)

License

Colorful is licensed under MIT.


Copyright © 2021 Lakr Aream. All Rights Reserved.