win32gui.SetLayeredWindowAttributes
SetLayeredWindowAttributes(hwnd, Key, Alpha, Flags)
Sets the opacity and transparency color key of a layered window.
Parameters
hwnd : PyHANDLE
handle to the layered windowKey : int
Specifies the color key. Use win32api::RGB to generate value.Alpha : int
Opacity, in the range 0-255Flags : int
Combination of win32con.LWA_* valuesComments
This function only exists on Win2k and later
Accepts keyword arguments