Builds a sequence of characters used to define the display color (background color of a text, circle, rectangle, ...).
Syntax
<Result> = gBackground(<Color>)
<Result>: Character string
Sequence of characters defining the background color of the text, circle, rectangle, ...
<Color>: Integer or constant
Display color for the background of the text or for the inside section of a shape (rectangle or circle). This color can correspond to:- an RGB color (returned by RGB),
- an HSL color (returned by HSL),
- a WLanguage preset color.
- the Transparent constant (used to overlay a text and a graphic for example).