egui/crates/ecolor
Emil Ernerfeldt d50287b83c
Add `taplo.toml` for toml formatting (#7618)
2025-10-09 15:38:00 +02:00
..
src Make the `hex_color` macro `const` (#7444) 2025-08-12 09:12:44 +02:00
CHANGELOG.md 0.32.3 release: Bump version numbers and update changelog (#7536) 2025-09-12 08:18:19 +02:00
Cargo.toml Add `taplo.toml` for toml formatting (#7618) 2025-10-09 15:38:00 +02:00
README.md Fix semi-transparent colors appearing too bright (#5824) 2025-03-21 10:45:25 +01:00

README.md

ecolor - egui color library

Latest version Documentation unsafe forbidden MIT Apache

A simple color storage and conversion library.

This crate is built for the wants and needs of egui.

If you want an actual good color crate, use color instead.