SetABPenDrMd( rp, apen, bpen, mode )
void SetABPenDrMd(
struct RastPort *, ULONG, ULONG, ULONG );
Set the pen values and drawing mode for lines, fills and text. Get the bit definitions from rastport.h
The mode set is dependent on the bits selected. Changes minterms to reflect new drawing mode and colors. Sets line drawer to restart pattern.
This call is essentially the same as a sequence of
SetAPen()/
SetBPen()/SetDrMD() calls, except that it is significantly faster. The minterms will only be generated once, or not at all if nothing changed (warning to illegal RastPort pokers!).