sonsongithub / ColorWheelPanelView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:Other


Languages

Language:Swift 100.0%