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 would like to keep the background a constant color when zooming in/out.
I discovered various issues about the background color. These suggested setting background_image property. This works, but the image still becomes lighter/darker when zoomed.
Another issue suggested setting the background color of the surrounding div. This only seemed to have a mild effect when zooming in. But not at all when zooming out. Here's an example with the surrounding div background set to red:
red-bg.mov
I personally also discovered zoom_modify_alpha property. Setting this to false disables the gradual darkening/lightening. But at one point the background simply flips to black. Here's a demonstration of the following settings:
More likely though there's something messed up in the surrounding environment where I'm using litegraph... this project I'm working with is such a mess :(
The text was updated successfully, but these errors were encountered:
I would like to keep the background a constant color when zooming in/out.
I discovered various issues about the background color. These suggested setting
background_image
property. This works, but the image still becomes lighter/darker when zoomed.Another issue suggested setting the background color of the surrounding div. This only seemed to have a mild effect when zooming in. But not at all when zooming out. Here's an example with the surrounding div background set to red:
red-bg.mov
I personally also discovered
zoom_modify_alpha
property. Setting this tofalse
disables the gradual darkening/lightening. But at one point the background simply flips to black. Here's a demonstration of the following settings:Screen.Recording.2024-04-11.at.13.56.09.mov
More likely though there's something messed up in the surrounding environment where I'm using litegraph... this project I'm working with is such a mess :(
The text was updated successfully, but these errors were encountered: