b2dSetColor

Category: 2D Overlay

Syntax:

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


Parameters

Returns

Void



Summary

Sets current draw color for 2D overlay (RGB 0-255, affects subsequent draw commands).

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