Questions tagged [brightness]

An attribute of visual perception in which a source appears to be radiating or reflecting light.

Brightness is an attribute of visual perception in which a source appears to be radiating or reflecting light. In other words, brightness is the perception elicited by the luminance of a visual target. This is a subjective attribute/property of an object being observed.

478 questions
9
votes
3 answers

What exactly is the need for gamma correction?

I have problems to fully understand the need for gamma correction. I hope you guys can help me. Let’s assume we want to display 256 neighboring pixels. These pixels should be a smooth gradient from black to white. To denote theirs colors, we use…
user1494080
  • 2,064
  • 2
  • 17
  • 36
8
votes
1 answer

Adjust screen brightness in Mac OS X app

I want to control the brightness of the main-screen within my Mac OS X app (like the F1/F2 buttons). In iOS, there's something like this: UIScreen.mainScreen().brightness = CGFloat(0.5) In OSX we have NSScreen, which is nice to find out what the…
ixany
  • 5,433
  • 9
  • 41
  • 65
7
votes
3 answers

Get Current Screen Brightness

Does anyone know how to get the user's current screen brightness or temporarily change the brightness just for one view? When the user launches a specific view the screen dims to the lowest brightness possible. In this case, I'm…
Z-Dog
  • 171
  • 1
  • 8
7
votes
0 answers

How exactly Windows 10 detects if it should use a black or white title?

With the latest stable build of Windows 10 (10586), the color of the title of Win32 windows changes respecting the color of the window chrome. For example, if the window color is darker, the title uses a white color. Vice-versa. So, since I want…
Nicke Manarin
  • 3,026
  • 4
  • 37
  • 79
7
votes
2 answers

How to change laptop screen brightness from a java application?

I want to create a java application to change the laptop screen brightness on windows xp/7. Please help
Sujal Patel
  • 91
  • 1
  • 3
7
votes
1 answer

Default CSS filter values for brightness and contrast

Recently I've updated Chrome to v.26 and pictures which were displayed using HTML5 canvas were not visible anymore. As I found I had to change to brightness and contrast. How are the values for BC for CSS filters different depending on the browser…
Jacob
  • 3,580
  • 22
  • 82
  • 146
7
votes
2 answers

Balancing contrast and brightness between stitched images

I'm working on an image stitching project, and I understand there's different approaches on dealing with contrast and brightness of an image. I could of course deal with this issue before I even stitched the image, but yet the result is not as…
JavaCake
  • 4,075
  • 14
  • 62
  • 125
6
votes
1 answer

How to get colors with the same perceived brightness?

Is there a tool / program / color system that enables you to get colors of the same luminance (perceived brightness)? Say I pick a color (determine RGB values) and the program gives me all the colors around the color wheel with the same luminance…
user936774
  • 61
  • 1
  • 2
6
votes
0 answers

IOS: Brighten up stream for ARKit and Vision

I’m currently working on a feature of my app, which recognizes faces in a camera stream. I’m reading landmark features like the mouth etc. Everything works fine when light conditions are sufficient. But in the dark both ARKit and Vision have…
Bruno Eigenmann
  • 346
  • 3
  • 16
6
votes
6 answers

How to make colours on one screen look the same as another

Given two seperate computers, how could one ensure that colours are being projected roughly the same on each screen? IE, one screen might have 50% brightness more than another, so colours appear duller on one screen. One artist on one computer…
Tom Gullen
  • 61,249
  • 84
  • 283
  • 456
6
votes
4 answers

Windows: How to change monitor's backlight brightness

Ever since I've been using an external monitor with my laptop, when I need to change the backlight brightness I have to press the monitor's buttons to navigate through its menu and adjust the brightness. That is really a pain. It's too many button…
GetFree
  • 40,278
  • 18
  • 77
  • 104
6
votes
3 answers

How to change default colour scheme for ipython notebook?

Is there an easy way to change this? I've just upgraded from ipython notebook v0.12 to 1.1 and it doesn't seem too bad so far but these colours are killing me. I've been working for an hour now and because it's so bright my eyes are starting to…
pbreach
  • 16,049
  • 27
  • 82
  • 120
6
votes
2 answers

How to read real, current value of brightness/dim of the screen for Android?

Entire question is in the title, so I would like to emphasis as I can that: I am interested in current value (not in current settings of it) I am interested in real value (so if the brightness of the screen is now lower than a second before, the…
greenoldman
  • 16,895
  • 26
  • 119
  • 185
5
votes
1 answer

Is there a standard sequence for gamma, brightness & contrast corrections?

In my application I'm doing gamma, brightness and contrast corrections defined by the user. Now I was wondering whether there is a standard order of doing this or not. It may sound trivial but I couldn't find anything regarding this. I guess it's…
user238801
5
votes
2 answers

Controlling SDR content brightness programmatically in Windows 11

When using an HDR-enabled display in Windows 11, we can use the "SDR content brightness" slider in Settings > System > Display > HDR to control how bright the regular non-HDR elements are on screen. E.g. if the display has a max of 400nit and the…
wywywywy
  • 61
  • 6
1 2
3
31 32