iced/examples/color_palette
Clark Moody 430f78a693 Abstract into ColorPicker and ColorSpace trait
Each color type implements ColorSpace to define its own representation
and update methods.

View sliders are implemented on the ColorPicker struct.
2020-04-27 16:25:13 -05:00
..
src Abstract into ColorPicker and ColorSpace trait 2020-04-27 16:25:13 -05:00
Cargo.toml Do not re-export Palette from iced_core 2020-04-24 15:20:00 -05:00
README.md Add example program: color palette 2020-04-24 15:13:22 -05:00

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