This:
Delphi-Quellcode:
DwmGetColorizationParameters(Params);
Params.nIntensity := 70;
Params.clrColor := SwapRB(AColor);
DwmSetColorizationParameters(@Params, BOOL(0));
can change windows borders and taskbar color on W7 (Aero), but on W10 (W8 not tested) changing only windows borders outline (titlebar and taskbar colors not changed). How to on W8+ change these colors?