Expand description
Semantic color roles and display modes for HUD / instrument panels.
Consumers map UI elements to InkRole values and resolve them through a
DisplayPalette for the active DisplayMode. This replaces ad-hoc
tagging tricks (such as encoding highlight ink in a color channel LSB) with
an explicit normal vs. stealth palette.
Structs§
- Display
Palette - Normal and stealth colors for each
InkRole. - Role
Colors - Concrete RGB565 values for each ink role in one mode.
Enums§
- Display
Mode - Active display appearance mode.
- InkRole
- Semantic ink roles used when drawing HUD elements.