-
-
Notifications
You must be signed in to change notification settings - Fork 18
window_get_colour
drewmccluskey edited this page Feb 12, 2019
·
2 revisions
Returns window color
window_get_colour)
Returns: Color
Returns the current window color from the game window.
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