An open API service indexing awesome lists of open source software.

https://github.com/b0ney/iced-color-picker

simple color picker widget for iced
https://github.com/b0ney/iced-color-picker

Last synced: 9 months ago
JSON representation

simple color picker widget for iced

Awesome Lists containing this project

README

          

# Iced Color Picker

A simple, composable color picker widget for [iced](https://iced.rs). Master branch only.

## Demo

```shell
cargo run -p example
```

![demo](demo.png)

# Flavours

## Saturation and Value
![](hue_saturation.png)

## Vertical Hue
![](vertical_hue.png)

## Horizontal Hue
![](horizontal_hue.png)