VISIO::CANVAS_FG_COLOR (int red, int green, int blue)

Description: Determines the current foreground color. The values for the separate RGB fields may vary between 0 and 65535. If the foreground color is set, the next thing drawn on a canvas will be drawn in this color. Changing of the color will not affect the previous figures on the canvas, it will only affect items drawn from the moment the color was changed. This command can only be used after a canvas has been created.

Example: VISIO::CANVAS_FG_COLOR (0, 65535, 0)