-
-
Notifications
You must be signed in to change notification settings - Fork 20
window_get_colour
CryoEagle edited this page Jan 10, 2019
·
2 revisions
Returns window color
window_get_caption()Returns: Color
Returns window color from window where is object currently using this code.
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