Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

interface brightness

Community Beginner ,
Mar 16, 2016 Mar 16, 2016

Is it possible to get information about interface brightness? Something similar to "app.generalPreferences.uiBrightnessPreference" available in Indesign.

TOPICS
Scripting
490
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Mar 17, 2016 Mar 17, 2016

Try below:

app.preferences.setRealPrefefrence('uiBrightness',0.5);

Translate
Adobe
Community Expert ,
Mar 17, 2016 Mar 17, 2016

Try below:

app.preferences.setRealPrefefrence('uiBrightness',0.5);

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Mar 18, 2016 Mar 18, 2016
LATEST

Just for others - to get actual value of brightness one should use "app.preferences.getRealPreference('uiBrightness');". 1 is dark, 0 is light.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines