Expand description
§egui Colors
Experimental toolkit to explore color styling in egui
Based on the Radix system which maps a color scale to 12 functional
UI elements.
Scales (both light and dark mode) are computed with luminosity contrast algorithm defined by APCA.
Every scale uses one predefined [u8; 3] rgb color that is used as an accent color (if suitable).
Modules§
Structs§
- Colorix
- The Colorix type is the main entry to this crate.
Type Aliases§
- Theme
- A set of colors that are used together to set a visual feel for the ui