-
Notifications
You must be signed in to change notification settings - Fork 0
Window_set_alpha
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Sets the alpha transparency of the game window between 0 (transparent) and 255 (opaque).
| Parameter | Data Type | Description |
|---|---|---|
| alpha | unsigned char | alpha transparency to give the game window |
void: This function does not return anything.
// demonstrates setting the game window to partially transparent
window_set_alpha(150);
NOTOC
This is number 1