Method GLUE.draw_box()
- Method
draw_box
 voiddraw_box(floatx0,floaty0,floatx1,floaty1,array(Image.Color.Color)|Image.Color.Colorc,void|array(float)|floata)- Description
 Draw a box at the specified coordinates.
cis either a single color, in which case it will be used for all corners, or an array of four colors, which will be used for each corner.ais similar toc, but is the alpha values for each coordinate.