Skip to content

window_get_colour

drewmccluskey edited this page Feb 12, 2019 · 2 revisions

window_get_colour

Returns window color

Syntax:

window_get_colour)

Returns: Color

Description:

Returns the current window color from the game window.

Example:

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

The above code will return the color of the current game window and then display it as a pop-up debug message.

Back to window-functions

Clone this wiki locally