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

interface brightness

Community Beginner ,
Mar 16, 2016 Mar 16, 2016

Copy link to clipboard

Copied

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

TOPICS
Scripting

Views

431

Translate

Translate

Report

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);

Votes

Translate

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

Copy link to clipboard

Copied

Try below:

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

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