Skip to main content

Module palette

Module palette 

Source
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§

DisplayPalette
Normal and stealth colors for each InkRole.
RoleColors
Concrete RGB565 values for each ink role in one mode.

Enums§

DisplayMode
Active display appearance mode.
InkRole
Semantic ink roles used when drawing HUD elements.