Background


Overview
The Background scope function creates a colored block as the background of a scope.

Prototype
Background(string {styleName})

Parameters

Examples
{{ Background(Primary)
This is the body content of the function scope.
}}

{{ Background(Secondary)
This is the body content of the function scope.
}}


See Also
Foreground
Function Calling Convention
Scope Function
Instruction Function
Standard Function

Related