.TH ML_rectangle 3 .SH NAME ML_rectangle - Rectangle drawing function from libmonochrome .SH SYNOPSIS .B #include .B void ML_rectangle(int x1, int y1, int x2, int y2, int border_width, ML_Color border_color, ML_Color fill_color); .SH DESCRIPTION Draws a rectangle with or without border on the VRAM. .SH SEE ALSO .BR libmonochrome(3), .BR ML_VRAM(3), .BR ML_Color(3) .SH AUTHOR Copyright (C) 2016 by Thomas "CakeIsALie5" Touhey.