(C) 1998 AROS - The Amiga Research OS
NAME
#include <graphics/rastport.h>
#include <proto/graphics.h>
void SetABPenDrMd (rp , apen , bpen , drawMode)
LOCATION
In GfxBase at offset 149
SYNOPSIS
struct RastPort * rp
ULONG apen
ULONG bpen
ULONG drawMode
FUNCTION
Changes the foreground and background pen and the drawmode in one step.
INPUTS
rp
Modify this RastPort
apen
The new foreground pen
bpen
The new background pen
drawmode
The new drawmode
RESULT
None.
EXAMPLE
SEE ALSO
NOTES
This function is faster than the sequence SetAPen(), SetBPen(), SetDrMd().
BUGS
INTERNALS
HISTORY