egui/crates/ecolor/src
Nicolas f33ff2c83d
Make `HSVA` derive serde (#7132)
This pull request introduces a change to the `Hsva` struct in the
`crates/ecolor/src/hsva.rs` file to enable serialization and
deserialization when the `serde` feature is enabled.

* Closes <https://github.com/emilk/egui/issues/7131>
* [x] I have followed the instructions in the PR template
2025-06-16 01:40:42 +02:00
..
cint_impl.rs Remove wildcard imports (#5018) 2024-08-28 12:18:42 +02:00
color32.rs Remove things that have been deprecated for over a year (#7099) 2025-05-28 09:47:15 +02:00
hex_color_macro.rs Update MSRV from 1.76 to 1.77 (#5322) 2024-10-30 09:06:34 +01:00
hex_color_runtime.rs Fix semi-transparent colors appearing too bright (#5824) 2025-03-21 10:45:25 +01:00
hsva.rs Make `HSVA` derive serde (#7132) 2025-06-16 01:40:42 +02:00
hsva_gamma.rs Use `Self` everywhere (#3787) 2024-01-08 17:41:21 +01:00
lib.rs Fix semi-transparent colors appearing too bright (#5824) 2025-03-21 10:45:25 +01:00
rgba.rs Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00