- Home /
Change screen contrast and brightness
I am working on a input manager and I have been searching for how to manipulate the screen brightness and screen contrast through code. Is this possible? I mean I always have the screen resolution, quality, and fullscreen options working perfectly but I need help with brightness and contrast.
Answer by skovacs1 · Dec 03, 2010 at 06:04 PM
Typically those are something that can be set on the monitor and the video card and sometimes even in the video card per application or application content type (video, image, etc.). Unity provides no scripting interface for accessing these settings.
You could access them through a plugin or implement that kind of control through a full-screen image effect shader, both of which requiring Unity Pro.
Ahh okay thank you I was wondering if it was possible or not. I know some games allow access of DirectX controls through them itself which can control these options.
Your answer
Follow this Question
Related Questions
Changing iOS screen brightness setting? 2 Answers
Screen brightness on Android 2 Answers
Contrast and brightness via image effect 2 Answers
[HELP] Brightness/Contrast Slider In Unity 5? 0 Answers
Custom Brightness/Contrast shader doesn't work on OpenGL ES 2.0 0 Answers