BLACK_SCREEN

BLACK_SCREEN()

Arguments

Description

Not Added.

Implementation

def BLACK_SCREEN():
        WFOUT_SHORT()
        fade_color(1.0, 0, 0, 0, 0.7)

References

Table Implementation

{
    "name": "BLACK_SCREEN",
    "args": [],
    "commandList": [
        {
            "row": 5156,
            "command": "WFOUT_SHORT",
            "args": [],
            "end": 1
        },
        {
            "row": 5157,
            "command": "fade_color",
            "args": [
                "1.0",
                "0",
                "0",
                "0",
                "0.7"
            ],
            "end": 1
        }
    ]
}

Sample

{}