3 releases (breaking)

new 0.22.0 May 23, 2023
0.21.0 Feb 8, 2023
0.20.0 Dec 8, 2022

#174 in Encoding

Download history 7560/week @ 2023-02-02 9845/week @ 2023-02-09 9883/week @ 2023-02-16 9454/week @ 2023-02-23 10398/week @ 2023-03-02 12552/week @ 2023-03-09 12038/week @ 2023-03-16 11625/week @ 2023-03-23 12741/week @ 2023-03-30 11722/week @ 2023-04-06 12975/week @ 2023-04-13 11335/week @ 2023-04-20 10974/week @ 2023-04-27 10937/week @ 2023-05-04 9964/week @ 2023-05-11 8152/week @ 2023-05-18

41,713 downloads per month
Used in 197 crates (3 directly)

MIT/Apache

34KB
872 lines

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

~0–260KB