(C) 1998 AROS - The Amiga Research OS


NAME
#include <graphics/rastport.h>
#include <proto/graphics.h>
#include <aros/debug.h>

void ClearScreen (rp)

LOCATION
In GfxBase at offset 8

SYNOPSIS
struct RastPort * rp

FUNCTION
Clear from the current position to the end of the rastport. Clearing means setting the colour to 0 (or to BgPen if the drawmode is JAM2). This includes a ClearEOL().

INPUTS
rp
- pointer to rastport

RESULT

EXAMPLE

SEE ALSO
Text(), ClearEOL(), SetRast(), graphics/text.h, graphics/rastport.h

NOTES

BUGS

INTERNALS

HISTORY
31.01.1999 SDuvan
A couple of easy functions...