egui/crates/ecolor/src
YgorSouza f897405a82
Use precomputed lookup table in Color32::from_rgba_unmultiplied (#5088)
Improves performances significantly (about 40 times) according to the
benchmarks.

* Closes <https://github.com/emilk/egui/issues/5086>
* [x] I have followed the instructions in the PR template
2024-09-10 09:50:56 +02:00
..
cint_impl.rs Remove wildcard imports (#5018) 2024-08-28 12:18:42 +02:00
color32.rs Use precomputed lookup table in Color32::from_rgba_unmultiplied (#5088) 2024-09-10 09:50:56 +02:00
hex_color_macro.rs Fix `hex_color!` macro by re-exporting `color_hex` crate from `ecolor` (#4372) 2024-04-21 11:07:55 +02:00
hex_color_runtime.rs Use `Self` everywhere (#3787) 2024-01-08 17:41:21 +01:00
hsva.rs Use `Self` everywhere (#3787) 2024-01-08 17:41:21 +01:00
hsva_gamma.rs Use `Self` everywhere (#3787) 2024-01-08 17:41:21 +01:00
lib.rs Remove `extra_asserts` and `extra_debug_asserts` feature flags (#4478) 2024-05-10 19:39:08 +02:00
rgba.rs Remove `extra_asserts` and `extra_debug_asserts` feature flags (#4478) 2024-05-10 19:39:08 +02:00