GsSortClear

Enters a Clear Screen command in an OT

void GsSortClear (
        u_char r,
        u_char g,
        u_char b,
        GsOT *otp
)

Arguments

r, g, b Background colour RGB values
otp Pointer to an ordering table

Return Value

None.

Explanation

A Clear Screen command is entered at the beginning of the ordering table pointed to by otp.

Notes

GsSortClear() merely enters the Clear Screen command in the ordering table.
The screen will not actually be cleared until GsDrawOT() is called.

See Also

GsOT