2 Copyright © 1995-2011, The AROS Development Team. All rights reserved.
5 Desc: Graphics function SetAPen()
9 #include "graphics_intern.h"
10 #include "gfxfuncsupport.h"
12 /*****************************************************************************
15 #include <graphics/rastport.h>
16 #include <proto/graphics.h>
18 AROS_LH2(void, SetAPen
,
21 AROS_LHA(struct RastPort
*, rp
, A1
),
22 AROS_LHA(ULONG
, pen
, D0
),
25 struct GfxBase
*, GfxBase
, 57, Graphics
)
28 Set primary pen for rastport
32 pen - pen number (0...255)
37 This functions turns on PenMode for the RastPort.
48 29-10-95 digulla automatically created from
49 graphics_lib.fd and clib/graphics_protos.h
51 *****************************************************************************/
57 rp
->Flags
&= ~RPF_NO_PENS
;