SwiftHSVColorPicker
SwiftHSVColorPicker copied to clipboard
Simple HSV Color Picker for iOS written in Swift.
I have loaded the example into Xcode 9.2. Tried both swift 3.2 and swift 4. It compiles and runs with only three minor warning, the warning involve the pi constant...
I have received a delegate every time the color changes. Added isSelectedColorView and isBrightnessView.
Please make a ColorWheel class open. Some people may want to use it separately.
Hi can someone explain how to implement this into SpriteKit?
Corrected the formula according to https://www.rapidtables.com/convert/color/rgb-to-hsv/sat-calc.gif
- added color picker delegate for getting notified when the color changes; - added conversion from extended RGB space to sRGB for iOS 10.0 and above (sometimes the returned colors...
At first, thank you for the nice color tool. It's easy to reproduce the problem. I downloaded your example, and changed getSelectedColor(_ sender: UIButton) function as following. @IBAction func getSelectedColor(_...
This update makes the color picker accessible to visually impaired users. When using VoiceOver you can now interact directly with the color wheel and brightness view, and upon highlighting the...
When displayed on a black background it's impossible to see the wheel, black end of the brightness view, and selected color view. Would be really nice to add properties to...
I'm dynamically setting the frame of the color picker based on the view controller's view size, to optimize for landscape vs portrait. Some frame sizes result in this funky graphical...