apply_window_opacity

Function apply_window_opacity 

Source
unsafe fn apply_window_opacity(hwnd: *mut c_void, opacity: f64)
Expand description

Apply window-level opacity via WS_EX_LAYERED + SetLayeredWindowAttributes. This makes the entire window semi-transparent (content + chrome).