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: 6 months ago
JSON representation

simple color picker widget for iced

Awesome Lists containing this project

README

          

# Iced Color Picker
[![Documentation](https://docs.rs/iced_color_picker/badge.svg)](https://docs.rs/iced_color_picker)
[![Crates.io](https://img.shields.io/crates/v/iced_color_picker.svg)](https://crates.io/crates/iced_color_picker)
[![License](https://img.shields.io/crates/l/iced_color_picker.svg)](https://github.com/B0ney/iced-color-picker/blob/main/LICENSE)

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

## 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)