IThemeAccess interface
Composition + access facet — accessors for the semantic text helpers and plugin colour registry.
public interface IThemeAccessMembers
Section titled “Members”| name | description |
|---|---|
| ColorRegistry { get; } | Phase 9b.5 — register plugin-owned colours (with a default per built-in preset) and read their resolved values via the returned slot handle. Register only colours a plugin owns; for a colour that should match the theme, read Colors directly instead. |
| Text { get; } | Semantic text drawing helpers (H1/H2/H3/H4 + Body + Caption) with a global FontScale multiplier for Phase 9 user-tunable text size. |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Services