Custom Flash

Revision as of 07:27, 10 February 2025 by Azabiphetamine (talk | contribs)

Custom Flash is an event in the VFX Tab that flashes the screen with more customization parameters than Flash.

Custom Flash
Screenshot of the Event Icon Custom Flash
TabVFX
TypeCustomFlash
OriginrVersion
ShortcutU

Usage

Setting Type Description
Color (From and To) Colors Colors of the flash, initial and final.
Opacity (From and To) Text Boxes (Numbers) Opacities of the flash, initial and final.
Duration Text Box (Number) Duration of the flash.
Flash Plane Single Selection Either flash in the background or foreground.
Ease Dropdown Easing.

Advanced

Surgery

{ "bar": X, "beat": X, "y": X, "type": "CustomFlash", "rooms": [0], "startColor": "FFFFFF", "endColor": "FFFFFF", "startOpacity": 100, "endOpacity": 0, "background": false, "duration": 2, "ease": "Linear" }

rooms (number[])
Rooms to affect.

startColor (string)
Initial color. Must be a valid HEX code.

endColor (string)
Final color. Must be a valid HEX code.

startOpacity (number)
Initial opacity.

endOpacity (number)
Final opacity.

background (bool)
Affect background or foreground.

duration (number)
Duration of the flash.

ease (enum)
Easing.

History

Trivia