2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
5 Desc: Obtain the best pen available for a given color
9 #define AROS_TAGRETURNTYPE LONG
10 #include <graphics/view.h>
11 #include <utility/tagitem.h>
13 /*****************************************************************************
16 #define NO_INLINE_STDARG /* turn off inline def */
17 #include <proto/graphics.h>
30 This is the varargs version of graphics.library/ObtainBestPenA().
31 For information see graphics.library/ObtainBestPenA().
44 graphics.library/ObtainBestPenA()
50 *****************************************************************************/
52 AROS_SLOWSTACKTAGS_PRE(tag1
)
53 retval
= ObtainBestPenA (cm
, R
,G
,B
, AROS_SLOWSTACKTAGS_ARG(tag1
));
54 AROS_SLOWSTACKTAGS_POST