Skip to content

window_get_colour

CryoEagle edited this page Jan 10, 2019 · 2 revisions

window_get_colour

Returns window color

Syntax:

window_get_caption()

Returns: Color

Description:

Returns window color from window where is object currently using this code.

Example:

Color win_color = window_get_colour();
show_debug_message(win_color.ToString());

The above code will return color of currently using window.

Back to window-functions

Clone this wiki locally