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

PFAppSuite4 PF_AppGetBgColor regression returns wrong color on betas w/ Darkest / Dark / Light mode

Participant ,
Jul 18, 2024 Jul 18, 2024

On recent betas that feature the new Darkest / Dark / Light Appearance modes, the API available to third-party plug-ins to determine the background color of the inspector is no longer working. It appears to be retuning black, on all three settings.

 

The PFAppSuite4 PF_AppGetBgColor function is returning the RGB values 0,0,0 instead of the actual background color of the window.

 

This regression breaks any plugins that rely on that API to know what color to fill custom UI in. For example, here is the custom UI of a plugin in the release version of Premiere Pro:

 

Release version of Premiere, where the API worksRelease version of Premiere, where the API works

This is how the same UI looks in the latest beta, where the API is returning solid black:

 

Beta version, where API returns 0,0,0 on DarkestBeta version, where API returns 0,0,0 on Darkest

...the problem is unaffected by the current Appearance setting. Here is the same UI drawn in Light mode on the latest beta:

Beta version, where 0,0,0 is returned in Light modeBeta version, where 0,0,0 is returned in Light mode

 

 

Bug Investigating
TOPICS
Bug
186
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 Pinned Reply

Adobe Employee , Jul 18, 2024 Jul 18, 2024

We'll have a look...

Status Investigating
Translate
2 Comments
Adobe Employee ,
Jul 18, 2024 Jul 18, 2024

We'll have a look...

Status Investigating
Translate
Report
Participant ,
Aug 08, 2024 Aug 08, 2024
LATEST

Regression has been fixed in latest betas: After Effects 25.0.0.014 and Premiere Pro 25.0.0.017

Thank you!

Translate
Report