Jump to content

electryon

Members
  • Posts

    2
  • Joined

  • Last visited

electryon's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. From what I've found you can gey it with DWMWA_SYSTEMBACKDROP_TYPE with DwmGetWindowAttribute DWMWA_SYSTEMBACKDROP_TYPE Use with DwmGetWindowAttribute or DwmSetWindowAttribute. Retrieves or specifies the system-drawn backdrop material of a window, including behind the non-client area. The pvAttribute parameter points to a value of type DWM_SYSTEMBACKDROP_TYPE. https://learn.microsoft.com/en-us/windows/win32/api/dwmapi/ne-dwmapi-dwmwindowattribute If someone knows more about how to call dwmapi with that attribute, please let me know. Thank you again in advance for any reply.
  2. Hi, thank you in advance for any reply. Is there any way to retrieve the Mica colors Windows 11 adds? I mean get them as hex color values. Maybe with _WinAPI_GetSysColor, dwmapi, DwmGetWindowAttribute? Somehow? I wouldn't want to make a screenshot of windows 11 explorer and get it with a scrren color picker from its titlebar. There must be a better way. https://learn.microsoft.com/en-us/windows/win32/api/dwmapi/nf-dwmapi-dwmgetwindowattribute https://learn.microsoft.com/en-us/windows/apps/desktop/modernize/ui/apply-mica-win32 Thank you again in advance for any reply.
×
×
  • Create New...