egui/crates/ecolor/src
Emil Ernerfeldt 5d46f67f79
Add `DebugOptions::show_unaligned` (#5165)
This tool highlights coordinates that are non-integer.

* Closes https://github.com/emilk/egui/issues/4927
* Will be used for https://github.com/emilk/egui/issues/5163

This is disabled by default (even in debug builds), because so many
widgets cause un-alignment currently.
2024-09-25 16:05:30 +02:00
..
cint_impl.rs Remove wildcard imports (#5018) 2024-08-28 12:18:42 +02:00
color32.rs Add `DebugOptions::show_unaligned` (#5165) 2024-09-25 16:05:30 +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