VISIO::FILE_COLOR (int file, int red, int green, int blue)

Description: Paint the created file dialog 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 file dialog.

Example: VISIO::FILE_COLOR(file, 0, 65535, 0)