egui/crates/ecolor
YgorSouza fb5fe645be
Make the `hex_color` macro `const` (#7444)
* Closes <https://github.com/emilk/egui/issues/5160>
* [x] I have followed the instructions in the PR template
2025-08-12 09:12:44 +02:00
..
src Make the `hex_color` macro `const` (#7444) 2025-08-12 09:12:44 +02:00
CHANGELOG.md Release 0.32.0 - Atoms, popups, and better SVG support (#7329) 2025-07-10 16:58:39 +02:00
Cargo.toml Enable rustdoc `generate-link-to-definition` feature on docs.rs (#5030) 2024-08-30 11:22:29 +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.