xetup/web/spec
X9 Dev e0206f7e1e
All checks were successful
release / build-and-release (push) Successful in 33s
fix(backinfo): background color is COLORREF, revert to 4668194 (#223B47)
BackInfo reads BackgroundColor as a Windows COLORREF (0x00BBGGRR / BGR), as its
own header documents. The 0.7 value 2243399 (0x223B47) was therefore read with
red/blue swapped and rendered olive-brown (#473B22 / observed ~#554D39). The
correct COLORREF for #223B47 is 71*65536 + 59*256 + 34 = 4668194 (the original
value). Docs updated to match.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-02 14:25:12 +02:00
..
index.html fix(backinfo): background color is COLORREF, revert to 4668194 (#223B47) 2026-06-02 14:25:12 +02:00