b2dSetClsColor

Category: 2D Overlay

Syntax:

b2dSetClsColor:Void(r:Int, g:Int, b:Int)


Parameters

Returns

Void



Summary

Sets background clear color for 2D overlay (RGB 0-255, used when b2dCls clears overlay).

Takes r (red component 0-255 integer), g (green component 0-255 integer), b (blue component 0-255 integer).

Returns nothing.

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn