[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]


   NAME
       SetOutlinePen -- Set the Outline Pen value for a RastPort (V39).


   SYNOPSIS
       old_pen=SetOutlinePen  ( rp, pen )
	  d0	                 a0   d0

	ULONG SetOutlinePen(struct RastPort *,ULONG)

   FUNCTION
	Set the current value of the O pen for the rastport and turn on area outline
	mode. This function should be used instead of poking the structure directly,
	because future graphics devices may store it differently, for instance,
	using more bits.

   INPUTS
       rp  =  a pointer to a valid RastPort structure.
	pen =  a longword pen number

	returns the previous outline pen
   BUGS

   NOTES

   SEE ALSO
	GetOPen() graphics/gfxmacros.h


[Back to Amiga Developer Docs]