Set Foreground
Jump to navigation
Jump to search
| Set Foreground | |
|---|---|
| Tab | VFX |
| Type | SetForeground |
| Origin | rversion |
| Shortcut | Shift+B |
Set Foreground is an event in the VFX Tab that can overlay an image onto the window.
Usage
| Setting | Type | Description |
|---|---|---|
| Image | Text Box | Choose an image file to use for the background. |
| Color | Color Picker | Chooses a tint to apply to the image. |
| Scaling | Dropdown | Choose how to scale the image to the window. |
Surgery
{ "bar": 2, "beat": 2, "y": 0, "type": "SetForeground", "rooms": [0], "image": [], "color": "FFFFFFFF", "contentMode": "ScaleToFill" },
rooms (integer[])
Rooms to apply to.
color (string)
Tint color. Must be a valid HEXALPHA color.
image (string)
What image to use for the background.
contentMode (enum)
How should the image be scaled to the window.
