Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Display a color wheel in the HSB color space and select a color
ResourceFunction["ColorWheelSelector"][] displays a color wheel in the HSB color space and selects a color. | |
ResourceFunction["ColorWheelSelector"][Dynamic[color]] takes the setting to be the dynamically updated current color of the HSB color space. |
ImageSize | 150 | the size of the display |
Display the color wheel and select a color using the mouse:
In[1]:= |
Out[4]= |
Click the "Print" button to print the selected color:
Select a color to set values of hue, saturation and brightness not using the mouse:
The selected color can dynamically update a variable and the background color updates if the variable changes value:
In[5]:= |
Out[6]= |
Use predefined symbolic sizes:
In[7]:= |
Out[8]= |
This work is licensed under a Creative Commons Attribution 4.0 International License