VISIO::EDIT_FG_COLOR
(int red, int green, int blue)
Description: Sets the
foreground color of the text in a multiline textedit widget. The values
for the separate RGB fields may vary between 0 and 65535. If the
foreground color is set, the next thing printed will have this 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_FG_COLOR
(32768, 0, 32768)