Skip to content

sonsongithub/ColorWheelPanelView

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages