An open API service indexing awesome lists of open source software.

https://github.com/sonsongithub/colorwheelpanelview


https://github.com/sonsongithub/colorwheelpanelview

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# ColorWheelPanelView

Color picker view with a color wheel for macOS in Swift.

## How to use

```
import ColorWheelPanelView

let panelView = ColorWheelPanelView()
view.addSubview(panelView)
panelView.frame = NSRect(x: 0, y: 0, width: 300, height: 200)
panelView.delegate = self
panelView.isContinuous = true
```

## License
ColorWheelPanelView is available under the MIT license. See the LICENSE file for more info.