From 7e960371a3a2a9082ecb0519a1b2e7f3b1e4d726 Mon Sep 17 00:00:00 2001 From: Jon Kazama Date: Sun, 17 May 2026 15:50:41 +0200 Subject: [PATCH] docs(honorific): close gradient-port anchor in v1.5.1 --- HellionChat/Integrations/HonorificTitleData.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/HellionChat/Integrations/HonorificTitleData.cs b/HellionChat/Integrations/HonorificTitleData.cs index c11b274..267b7af 100644 --- a/HellionChat/Integrations/HonorificTitleData.cs +++ b/HellionChat/Integrations/HonorificTitleData.cs @@ -5,11 +5,11 @@ namespace HellionChat.Integrations; // Local DTO mirroring Honorific's TitleData — no hard reference to Honorific.dll // so HellionChat loads cleanly when Honorific is absent. // -// v1.4.7: render Glow only. Gradient (Color3 / GradientColourSet / Style) is -// parsed and stashed so a future cycle can render it without re-shaping the -// JSON roundtrip — see vault anchor "Honorific Full Gradient Port" (would -// need GradientSystem.cs + the hardcoded Pride-palette list ported, or an -// upstream IPC PR exposing the resolved frame colour). +// Only Glow is rendered. Color3, GradientColourSet and GradientAnimationStyle +// are parsed but unused — the animated gradient lives entirely inside Honorific +// and is not exposed over IPC, so reproducing it here would mean shipping our +// own copy of Honorific's colour palette. The fields stay in the DTO so the +// JSON roundtrip remains lossless. internal sealed record HonorificTitleData( string? Title, bool IsPrefix,