Skip to content

raylib.SetWindowOpacity

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Set window opacity, value opacity is between 0.0 and 1.0

Parameters

Parameter Default Value Note
opacity

Return value

None.

Notes

Example

// Make the window semi-transparent
raylib.SetWindowOpacity 0.8

Clone this wiki locally