Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gagbo/ok-picker
An ok colour picker
https://github.com/gagbo/ok-picker
Last synced: about 1 month ago
JSON representation
An ok colour picker
- Host: GitHub
- URL: https://github.com/gagbo/ok-picker
- Owner: gagbo
- Created: 2022-08-22T22:35:04.000Z (over 2 years ago)
- Default Branch: trunk
- Last Pushed: 2022-10-06T12:42:46.000Z (over 2 years ago)
- Last Synced: 2024-11-16T06:37:33.654Z (about 2 months ago)
- Language: Rust
- Size: 1.79 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/CC0-1.0.txt
Awesome Lists containing this project
README
![OkHSV colour picker widget](https://i.imgur.com/MNIiV9H.png)
![OkHSL colour picker widget](https://i.imgur.com/eGTA5G2.png)# Ok Picker
A toy application to test egui programming.
This application will be a color picker based on the
[Okhsv](https://bottosson.github.io/posts/colorpicker) colorspace by Björn
Ottosson, with:- A 2D picker in the SV space,
- A 1D picker in the Hue space,
- Buttons to increment/decrement any single value of the HSV triple,And as stretch goals:
- Buttons to add/remove colors to a palette,
- Contrast between each color of the palette and a chosen background color,
- A palette generator that auto-picks colours starting from 1 or 2 colors and a
set of rules:
+ Just the foreground color
+ A foreground and a background color
+ A foreground and an accent color