Skip to content
Version 2.11.0
↓ Get the launcher

AccentRowElement record

Wraps a row Child with a per-row accent backdrop drawn BEHIND it: a faint Stripe-tinted bar whose width is Share (0..1) of the row, plus a 3-px Stripe-coloured left edge. The CombatMeter History/Skill table rows use this for the role-coloured stripe + share-fraction wash the IMGUI build drew (DrawRowAccent). Both Funcs are poll-diffed.

public record AccentRowElement : IEquatable<HudElement>
name description
AccentRowElement(…) Wraps a row Child with a per-row accent backdrop drawn BEHIND it: a faint Stripe-tinted bar whose width is Share (0..1) of the row, plus a 3-px Stripe-coloured left edge. The CombatMeter History/Skill table rows use this for the role-coloured stripe + share-fraction wash the IMGUI build drew (DrawRowAccent). Both Funcs are poll-diffed.
Child { get; set; }
Share { get; set; }
Stripe { get; set; }