Category: 2D Overlay
Syntax:
b2dSetColor:Void(r:Int, g:Int, b:Int)
Void
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
;No example implemented yet
BambooBasic © 2026 Michael Denathorn