View Single Post
Old 07-07-2019, 10:13 AM   #610
deeb
Human being with feelings
 
deeb's Avatar
 
Join Date: Feb 2017
Posts: 4,812
Default

Anyone? i am trying to use this:
reaper.JS_Window_SetOpacity(w, "ALPHA", 0.5 )
but nothing happens! does this work on OSX (10.9.5) or am i doing something wrong?

docs says:
Code:
boolean reaper.JS_Window_SetOpacity(identifier windowHWND, string mode, number value)

mode: either "ALPHA" or "COLOR". 
value: If ALPHA, the specified value may range from zero to one, and will apply to the entire window. 
If COLOR, value specifies a 0xRRGGBB color, and all pixels in this color will be made transparent. (All mouse clicks over transparent pixels will pass through, too).
deeb is offline   Reply With Quote