Saturday, September 15, 2012

Control Screen Brightness in WIndows Phone 7

Control Screen Brightness in WIndows Phone 7

Is it possible to to use c# to change the screen brightness? I know some apps can control it so if there is not a direct way then does anyone know of a workaround?

Thanks

Answers & Comments...

Answer: 1

Unfortunately you don't have that level of hardware control, but if you only need to make the screen dimmer, you just need to scale down the RGB values of each pixel.

Depending on what you're working with, there are a number of approaches, but if you have a black background, you can just adjust the opacity of your front layer, which will effectively dim the content.

by : Simon McKenziehttp://stackoverflow.com/users/622391

Answer: 2

Maybe you can use Dimmer software located here (http://www.nelsonpires.com/software/dimmer/) which is a free screen dimmer program and interface with it. That may provide a good option.

by : Nelly Nandohttp://stackoverflow.com/users/776093




No comments:

Post a Comment

Send us your comment related to the topic mentioned on the blog