Melvyn Laïly
Melvyn Laïly
Mmh, this seems like a lot of work to support an edge case. There is a reason why creating new color effects is not built into NegativeScreen: if you input...
I experimented with something like this in the past. It worked, but was very CPU hungry and had several shortcomings, so I decided not to release it. Maybe I should...
Also see my old branch [brightness_detection](https://github.com/mlaily/NegativeScreen/commits/brightness_detection).
@Devocub an automatic switch in NegativeScreen (or any other program that detects lightness thresholds with screenshots) will never be instant: there is always some lag between the moment the screen...
I didn't know about ShaderGlass. That's impressive, and an interesting idea if it doesn't add too much lag. It would completely change the way NegativeScreen is working though. You might...
It is technically possible to only invert a rectangle and not the entire screen, but generalizing that to invert a specific window, while properly handling the currently in focus window,...
I guess, or at least `most likely wontfix`, as I don't see a practical way to implement this feature properly, and I don't plan to spend time to research it....
There is no relation between this feature request and Windows 10 (or other versions of Windows).
Ok but again, what happens when your target window is not focused? When windows overlap? Actually, what is the purpose of the requested feature? I don't think it can work...
> > > How is this guy able to invert color on a per-window basis with AutoIt? https://github.com/gileli121/WindowTop Mmh, not sure, but it might be using https://docs.microsoft.com/en-us/windows/win32/api/magnification/nf-magnification-magsetwindowfilterlist ... (I think...