CTColorPicker

master

HSB ColorPicker for SwiftUI
rizumita/CTColorPicker

CTColorPicker

HSB ColorPicker for SwiftUI

How to use

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.

Description

  • Swift Tools 5.0.0
View More Packages from this Author

Dependencies

  • None
Last updated: Sat Apr 13 2024 08:36:14 GMT-0900 (Hawaii-Aleutian Daylight Time)