iro.js icon indicating copy to clipboard operation
iro.js copied to clipboard

Colorwheel only widget

Open simonemarin opened this issue 2 years ago • 1 comments

Hallo how can I have only the colorwheel while keeping the value/brightness to max value?

simonemarin avatar Oct 03 '23 09:10 simonemarin

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: {}
    },
  ]
});

moritzruth avatar Oct 13 '24 11:10 moritzruth