Docs » Autodocs » graphics.library » SetAPen
SetAPen -- Set the primary pen for a RastPort.
SetAPen( rp, pen ) a1 d0 void SetAPen( struct RastPort *, UBYTE );
Set the primary drawing pen for lines, fills, and text.
rp - pointer to RastPort structure. pen - (0-255)
Changes the minterms in the RastPort to reflect new primary pen. Sets line drawer to restart pattern.
SetBPen(), <graphics/rastport.h>
|