Method wnd.GetTransparency
Overload
Gets window transparency attributes (opacity and transparency color).
public bool GetTransparency(out int? opacity, out ColorInt? colorKey)
Parameters
opacity (int?)
If this function returns |
colorKey (ColorInt?)
If this function returns |
Returns
bool
True if the window has transparency attributes set with wnd.SetTransparency or API SetLayeredWindowAttributes. Supports lastError. |
Remarks
Uses API GetLayeredWindowAttributes.