Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 563 Bytes

File metadata and controls

32 lines (19 loc) · 563 Bytes

NAME

SetOPen -- Change the Area OutLine pen and turn on Outline mode for areafills.

SYNOPSIS

    SetOPen(rp, pen)

    void SetOPen( struct RastPort *, UBYTE );

Links: RastPort

FUNCTION

This is implemented as a c-macro. Pen is the pen number that will be used to draw a border around an areafill during AreaEnd.

INPUTS

rp = pointer to RastPort structure pen = number between 0-255

BUGS

SEE ALSO

AreaEnd graphics/gfxmacros.h graphics/rastport.h