Custom Flash: Difference between revisions

Jump to navigation Jump to search
(Created page with "{{Event | event = Custom Flash | image = File:EditorCustomFlash.png | tablocation = VFX | eventtype = CustomFlash | versionorigin = r<code>Version</code> | shortcut = U }} '''Flash''' is an event in the '''VFX tab''' that flashes the screen white with predetermined lengths. It's often unused in favor of Custom Flash. == Usage == {| class="wikitable" |- ! Setting !! Type !! Description |- | Color (From and To) || Colors || Colors of the flash, initial and fina...")
 
No edit summary
Line 7: Line 7:
  | shortcut = U
  | shortcut = U
}}
}}
'''Flash''' is an event in the '''VFX tab''' that flashes the screen white with predetermined lengths. It's often unused in favor of [[Custom Flash]].
'''Custom Flash''' is an event in the '''VFX tab''' that flashes the screen with more customization parameters than [[Flash]].


== Usage ==
== Usage ==

Revision as of 07:23, 10 February 2025

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

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

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