iro.js
iro.js copied to clipboard
Colorwheel only widget
Hallo how can I have only the colorwheel while keeping the value/brightness to max value?
I assume you aren’t looking for a solution anymore, but for future reference: https://iro.js.org/advanced.html#wheel
var colorPicker = new iro.ColorPicker('#picker', {
layout: [
{
component: iro.ui.Wheel,
options: {}
},
]
});