clear.text.rect

Category

Display Commands

Syntax

clear.text.rect(Y1,X1,Y2,X2,COLOR);

Description

Clears the text rectangle with a top-left corner of X1,Y1 and a bottom-right corner of X2,Y2 with the color COLOR. I have found that it will only use black (if COLOR is 0) or white (if COLOR is greater than 0).

See also

clear.lines