qhu91it / CTColorPicker

HSB ColorPicker for SwiftUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

HSB ColorPicker for SwiftUI

License:MIT License


Languages

Language:Swift 100.0%