Compatibility
- v0.1.1 and master5.35.25.15.04.2
- v0.1.1 and masteriOSmacOS(Intel)macOS(ARM)LinuxtvOSwatchOS
HSB ColorPicker for SwiftUI
HSB ColorPicker for SwiftUI
ColorPicker(color: self.color) { color in
self.color = color
}
ColorPicker is the view.
Pass an initial color to color
argument and a closure typed (UIColor) -> ()
to onChange
argument.