Foreground


Overview
The Foreground scope function colors a scope of text with the specified style.

Prototype
Foreground(string {styleName})

Parameters


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


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

Related