Function framebuffer_printer::fill_blank
source · pub fn fill_blank<P: Pixel>(
framebuffer: &mut Framebuffer<P>,
blank: &mut Rectangle,
pixel: P
)
Expand description
Fill a blank text area (left, top, right, bottom) with color. The tuple specifies the location of the area relative to the origin(top-left point) of the framebuffer.