Sets the transparency level of a window. 0 is fully transparent, 255 is fully opaque.
The title of the window.
Optional text found in the window.
The transparency level (0-255).
1 if successful, 0 otherwise.
import { WinSetTrans } from '@ahmic/autoit-js';WinSetTrans('Untitled - Notepad', '', 128); Copy
import { WinSetTrans } from '@ahmic/autoit-js';WinSetTrans('Untitled - Notepad', '', 128);
https://www.autoitscript.com/autoit3/docs/functions/WinSetTrans.htm
Sets the transparency level of a window. 0 is fully transparent, 255 is fully opaque.