Older Newer
Sat, 09 Dec 2017 02:56:59 . . . . SyneRyder


Changes by last author:

Added:
= 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 ==

<code>

// Set the background window color to deep blue

setDialogColor(RGB(0,0,96));

</code>

== See Also ==

:setDialogImage, setDialogGradient

== Comments ==

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