You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've known of this for a while and should've posted an Issue much sooner but have only now started panels for Animate, this is at least since 2018. Take the following code in a CEP panel:
The above code works for every other CEP app -- Illustrator, AE, etc, with reliable results to get the exact background hex color. But with Animate, despite firing ThemeChanges accurately (actually fires events incorrectly, see #266), appSkinInfo.panelBackgroundColor provides these values:
Darkest = #424242
Dark = #424242
Light = #d3d3d3
Lightest = #d3d3d3
Not only does it provide a single value per light/dark variant, but the above are completely inaccurate (may be hardcoded fake values somewhere?). The real values should instead be:
Darkest = #1e1e1e
Dark = #323232
Light = #f5f5f5
Lightest = #ffffff
The text was updated successfully, but these errors were encountered:
I've known of this for a while and should've posted an Issue much sooner but have only now started panels for Animate, this is at least since 2018. Take the following code in a CEP panel:
The above code works for every other CEP app -- Illustrator, AE, etc, with reliable results to get the exact background hex color. But with Animate,
despite firing ThemeChanges accurately(actually fires events incorrectly, see #266), appSkinInfo.panelBackgroundColor provides these values:Not only does it provide a single value per light/dark variant, but the above are completely inaccurate (may be hardcoded fake values somewhere?). The real values should instead be:
The text was updated successfully, but these errors were encountered: