Add example program: color palette

Sliders for many color spaces update as any other sliders are moved
around. Color is space is clamped to sRGB, so Lab and Lch color spaces
cannot be fully expressed.

TODO:
- Real-time manipulation of base color to create a color scheme.
- Show slider value under each slider
- Show output values in text boxes for each color space
This commit is contained in:
Clark Moody 2020-04-02 17:52:21 -05:00
parent 71657b50dd
commit 664a63a4b8
4 changed files with 274 additions and 0 deletions

View file

@ -41,6 +41,7 @@ members = [
"winit",
"examples/bezier_tool",
"examples/clock",
"examples/color_palette",
"examples/counter",
"examples/custom_widget",
"examples/download_progress",