Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (22 loc) · 670 Bytes

File metadata and controls

36 lines (22 loc) · 670 Bytes

NAME

SetDrMd -- Set drawing mode for a RastPort

SYNOPSIS

    SetDrMd( rp, mode )
             a1  d0:8

    void SetDrMd( struct RastPort *, UBYTE );

Links: RastPort

FUNCTION

Set the drawing mode for lines, fills and text. Get the bit definitions from rastport.h

INPUTS

rp - pointer to RastPort structure. mode - 0-255, some combinations may not make much sense.

RESULT The mode set is dependant on the bits selected. Changes minterms to reflect new drawing mode. Sets line drawer to restart pattern.

BUGS

SEE ALSO

SetAPen SetBPen graphics/rastport.h