0
votes
3answers
57 views
Brighten a section of a webpage background
Is there any way to have a semi-transparent overlay in a webpage and will brighten the underlying content? I'm wanting to have a dynamic content in the background of a transparent overlay with one …
0
votes
1answer
87 views
Changing Backlight Level, iPhone
Hello all,
I searched around for a way to set the backlight level within an app on the iPhone. I found a solution here:
http://www.iphonedevsdk.com/forum/29097-post3.html
The problem I have is, when …
5
votes
3answers
252 views
Is there a formula for increasing the “brightness” of colour represented as RGB?
Is there a formula I can use to make a colour value brighter? I'm working with colors represented as hexadecimal RGB triplets (HTML-style)
2
votes
2answers
157 views
Brightness/exposure function with vb .net
Hello,
I'm making a simple image editor in vb .net, and one of the functions is brightness/ exposure.
this is how I'm doing it:
For i = 0 To img.Width - 1
For j = 0 To img.Height - 1
…
0
votes
2answers
133 views
How to adjust the brightness of the screen on notebook displays
I have a slide bar to adjust the brightness of the screen on notebook displays in my application, but I found those articles from internet are adjusting the Gamma value, the behavior is not really …
1
vote
4answers
445 views
How to Make an Image Uniform Brightness (using Python/PIL)
I want to take an image of a document that was photographed and make it look like it was scanned. Since a scanner will put a constant light source over the whole document, I want to achieve that …
1
vote
1answer
349 views
WPF image manipulation
I have some idea of changing brightness in contrast, but i was wondering had a simple solution for changing brightness and contrast
1
vote
3answers
180 views
Is there a way to query the current brightness level of a the MacBook LCD?
The idea being that, once the brightness passes a certain level, one could switch to a different visual scheme to give greater visibility. Also, if it could be some sort of listener type thing, that …
0
votes
5answers
494 views
What API call would I use to change brightness of laptop (.NET)?
I have Windows Server 2008 installed on a Sony laptop and the brightness control doesn't work. I'd like to write a program to allow me to change it.
Currently what I have to do is open the Power …
