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