labelflow / labelflow

The open platform for image labelling
https://labelflow.ai
Other
250 stars 34 forks source link

Color picker for the classes #872

Open nicOwlas opened 2 years ago

nicOwlas commented 2 years ago

Tasks

bbenoist commented 2 years ago

@nicOwlas Here is the code for triggering the system color picker and a live preview: https://codesandbox.io/s/withered-leftpad-91wm9?file=/src/index.tsx

I've also took 5mn to create an example rounded custom color picker component.

⚠️ Please note that once you click one of the buttons, the window/dialog that pops-up is the system one. We can't act on its design.

bbenoist commented 2 years ago

On Windows 11, the color-picker popup looks like that:

image