Remove screenshot
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.
color
(UIColor) -> ()
onChange
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
CTColorPicker
HSB ColorPicker for SwiftUI
How to use
ColorPicker is the view.
Pass an initial color to
color
argument and a closure typed(UIColor) -> ()
toonChange
argument.