Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

AltStyle によって変換されたページ (->オリジナル) /