win32gui.GetLayeredWindowAttributes

(int,int,int) = GetLayeredWindowAttributes(hwnd)

Retrieves the layering parameters of a window with the WS_EX_LAYERED extended style

Parameters

hwnd : PyHANDLE

Handle to a layered window

Comments

Accepts keyword arguments.

Return Value

Returns a tuple of (color key, alpha, flags)