20 releases (10 breaking)

0.30.0 Dec 16, 2024
0.29.1 Oct 1, 2024
0.29.0 Sep 26, 2024
0.28.1 Jul 5, 2024
0.20.0 Dec 8, 2022

#172 in Math

Download history 44014/week @ 2024-09-27 45236/week @ 2024-10-04 51868/week @ 2024-10-11 49669/week @ 2024-10-18 53002/week @ 2024-10-25 54691/week @ 2024-11-01 53678/week @ 2024-11-08 54679/week @ 2024-11-15 55497/week @ 2024-11-22 57878/week @ 2024-11-29 56250/week @ 2024-12-06 58259/week @ 2024-12-13 35660/week @ 2024-12-20 28596/week @ 2024-12-27 52192/week @ 2025-01-03 45107/week @ 2025-01-10

170,464 downloads per month
Used in 751 crates (10 directly)

MIT/Apache

170KB
4K SLoC

ecolor - egui color library

Latest version Documentation unsafe forbidden MIT Apache

A simple color storage and conversion library.

Made for egui.


lib.rs:

Color conversions and types.

If you want a compact color representation, use Color32. If you want to manipulate RGBA colors use Rgba. If you want to manipulate colors in a way closer to how humans think about colors, use HsvaGamma.

Feature flags

Dependencies

~230KB