Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Content Freeze

As of July 25th, 2023, there is a content freeze on this page.

By default, Profound UI will mask a screen when a window is displayed on top of it. The color and opacity of this mask are configurable.

The "window mask color" setting allows for any valid color code to be used for the mask. Literals such as "black" or "blue" can be used as well as color hex codes.

The "window mask opacity" setting controls how much the masked screen bleeds through the masking color. Any value between 0 and 100 are valid. A setting of 0 would cause the mask to be invisible, while 100 would completely hide the masked screen.

Example:

pui["window mask color"] = "#CCCCCC";
pui["window mask opacity"] = 30;

Where do you save this configuration option? Here.

  • No labels