Page 1 of 1

Coding Complication

Posted: March 15th, 2017, 9:40 pm
by acelorr
Is it possible to make a bluelight filter for windows using Rainmaker.Dimming the screen more than its possible by the default settings.Can you please tell me what screen settings should be targeted.
Thanks.

Re: Coding Complication

Posted: March 16th, 2017, 1:27 pm
by jsmorley
Nothing that supports this is built into Rainmeter. There may be some 3rd-party utility you can call from the Windows command line using a bang or the RunCommand plugin, but I have no idea what that might be.

Maybe this: http://jonls.dk/redshift/

Re: Coding Complication

Posted: March 16th, 2017, 2:33 pm
by theAzack9
I can't really help more than jsmorley, but i know that f.lux is a popular choice for decreasing the blue light from your monitor.

https://justgetflux.com/

Re: Coding Complication

Posted: March 16th, 2017, 2:53 pm
by acelorr
Thanks :D :D

Re: Coding Complication

Posted: March 16th, 2017, 5:56 pm
by CyberTheWorm
Could you not create a transparent skin that is just a full screen box without boarders and adjust the colour and make it click through? Just a thought.

Code: Select all

[Rainmeter]
Update=1000

[MeterButtonLarge]
Meter=Shape
X=1
Y=1
Shape=Rectangle 0,0,100,100 | StrokeWidth 0 | Fill Color 0,0,255,50 
Something like this adjusting the size for your monitor

Re: Coding Complication

Posted: March 17th, 2017, 12:32 am
by lysy1993lbn
CyberTheWorm wrote:Could you not create a transparent skin that is just a full screen box without boarders and adjust the colour and make it click through? Just a thought.

Code: Select all

[Rainmeter]
Update=1000

[MeterButtonLarge]
Meter=Shape
X=1
Y=1
Shape=Rectangle 0,0,100,100 | StrokeWidth 0 | Fill Color 0,0,255,50 
Something like this adjusting the size for your monitor
I think something like that should be more efficient

Code: Select all

[Rainmeter]
Update=-1

[ScreenHue]
Meter=Image
SolidColor=0,0,255,50
W=#SCREENAREAWIDTH#
H=#SCREENAREAHEIGHT#
DynamicVariables=1