setDialogColor

Syntax

setDialogColor(int color)

Arguments

color
The color to set the background dialog window to.

Description

Changes the background color of the main filter window.

Example

// Set the background window color to deep blue
setDialogColor(RGB(0,0,96));

See Also

setDialogImage, setDialogGradient

Comments

Everyone can add his comments about his experiences with this function here. Tips for using it are welcome, too.