iced/examples/color_palette/README.md
Clark Moody 664a63a4b8 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
2020-04-24 15:13:22 -05:00

158 B

Color Palette

A color palette generator, based on a user-defined root color.

You can run it with cargo run:

cargo run --package color_palette