b2dSetAlpha

Category: 2D Overlay

Syntax:

b2dSetAlpha:Void(alphaLevel:Double)


Parameters

Returns

Void



Summary

Sets current alpha transparency for 2D overlay (0.0-1.0, affects subsequent draw commands).

Takes alphaLevel (transparency level, 0.0=fully transparent/invisible, 1.0=fully opaque, clamped to 0.0-1.0 range).

Returns nothing.

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn