VISIO::EDIT_FIELD_COLOR
(int edit, int red, int green, int blue)
Description: Paint the
complete background of the created multiline textedit widget to a color
determined by RGB arguments. The values for red, green and blue may vary
between 0 and 65535. The first parameter points to the window.
Example: VISIO::EDIT_COLOR(edit,
0, 65535, 0)