Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Editing brightness
#1
Hello,

Is there a way to edit the brightness (or gamma) of an entire window / application, with out it affecting the other applications.

Thanks
#2
If you make the window partially transparent, and place a white window behind it, the first window will be brighter. If the second window is black, the first window will be darker.
This makes Calculator 50% transparent.
Macro
Code:
Copy      Help
int w1=win("Calculator" "SciCalc")
Transparent w1 127
5
Transparent w1 256


Forum Jump:


Users browsing this thread: 1 Guest(s)