docs(honorific): close gradient-port anchor in v1.5.1

This commit is contained in:
2026-05-17 15:50:41 +02:00
parent f2a2daf39d
commit 7e960371a3
@@ -5,11 +5,11 @@ namespace HellionChat.Integrations;
// Local DTO mirroring Honorific's TitleData — no hard reference to Honorific.dll // Local DTO mirroring Honorific's TitleData — no hard reference to Honorific.dll
// so HellionChat loads cleanly when Honorific is absent. // so HellionChat loads cleanly when Honorific is absent.
// //
// v1.4.7: render Glow only. Gradient (Color3 / GradientColourSet / Style) is // Only Glow is rendered. Color3, GradientColourSet and GradientAnimationStyle
// parsed and stashed so a future cycle can render it without re-shaping the // are parsed but unused — the animated gradient lives entirely inside Honorific
// JSON roundtrip — see vault anchor "Honorific Full Gradient Port" (would // and is not exposed over IPC, so reproducing it here would mean shipping our
// need GradientSystem.cs + the hardcoded Pride-palette list ported, or an // own copy of Honorific's colour palette. The fields stay in the DTO so the
// upstream IPC PR exposing the resolved frame colour). // JSON roundtrip remains lossless.
internal sealed record HonorificTitleData( internal sealed record HonorificTitleData(
string? Title, string? Title,
bool IsPrefix, bool IsPrefix,