SetWindowColor()

Syntax

SetWindowColor(#Window, Color)
Description
Changes the background color of the specified window.

RGB() can be used to get a valid color value. A color table with common colors is available here.

Use -1 as 'Color' to reset the background to the default.

The actual background color of the window can later be get with GetWindowColor().

Supported OS

Windows, Linux

<- SetWindowCallback() - Window Index - SetWindowState() ->