Skip to content

window_set_colour

drewmccluskey edited this page Feb 12, 2019 · 4 revisions

window_set_colour

This will set color of window

Syntax:

window_set_colour(c)
Argument Description
Color c Custom colour of window

Returns: void

Description:

This function will set your custom color of the window to whatever one would like.

Example:

window_set_colour(new Microsoft.Xna.Framework.Color(80, 100, 100));

The above code will set the window color to RGBA 80, 100, 100 (ash blue).

Back to window-functions

Clone this wiki locally