https://github.com/sonsongithub/colorwheelpanelview
https://github.com/sonsongithub/colorwheelpanelview
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sonsongithub/colorwheelpanelview
- Owner: sonsongithub
- License: other
- Created: 2022-04-20T13:59:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T11:51:29.000Z (almost 3 years ago)
- Last Synced: 2025-02-03T14:47:18.964Z (4 months ago)
- Language: Swift
- Size: 60.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ColorWheelPanelView
Color picker view with a color wheel for macOS in Swift.
## How to use
```
import ColorWheelPanelViewlet 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.