IThemeHudColors interface
Phase 9b HUD-overlay palette — colours used by WindowPanelStyle.HudOverlay chrome and the PillStatus chip. Renders on top of the live game world, so all colours assume no enclosing panel.
public interface IThemeHudColorsMembers
Section titled “Members”| name | description |
|---|---|
| HudAccent { get; } | Accent colour used sparingly for HUD badges / brackets / status pips. |
| HudBarBg { get; } | Background fill for HP / stamina / cast bars in HUD overlays. |
| HudPillBg { get; } | Background fill for chat-row / level pill chips (transparent rounded chip). |
| HudText { get; } | Primary HUD text colour (e.g., quest tracker, party row). |
| HudTextShadow { get; } | Drop-shadow under HUD text — typically rgba(0,0,0,0.85) for legibility over bright world. |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Services