GetThemeSysColor function uxtheme
Retrieves the value of a system color.
To learn more, see learn.microsoft.com/windows/win32/api/uxtheme/nf-uxtheme-getthemesyscolor.
Implementation
@pragma('vm:prefer-inline')
COLORREF GetThemeSysColor(HTHEME? hTheme, int iColorId) =>
COLORREF(_GetThemeSysColor(hTheme ?? NULL, iColorId));