VISIO::EDIT_BG_COLOR
(int red, int green, int blue)
Description: Sets the
background color of the text in a multiline textedit widget. The
values for the separate RGB fields may vary between 0 and 65535. If
the background color is set, the next thing printed will have this
background color. Changing of the color will not affect the previous
text, it will only affect the text printed from the moment the
color was changed.
Example: VISIO::EDIT_BG_COLOR(0,
65535, 0)