From muimaster autodoc (muimaster.library/MUI_ObtainPen):
...
2. MUI pens, i.e. "m5". This is equivalent to using the pens from
muiRenderInfo(obj)->mri_Pens directly. Make sure to use pen numbers
between and MPEN_COUNT-1 only. Otherwise the MPEN_BACKGROUND pen
will be returned.
...
From muimaster autodoc (muimaster.library/MUI_ObtainPen):
...
2. MUI pens, i.e. "m5". This is equivalent to using the pens from
muiRenderInfo(obj)->mri_Pens directly. Make sure to use pen numbers
between and MPEN_COUNT-1 only. Otherwise the MPEN_BACKGROUND pen
will be returned.
...
AOS4.1/SAM460ex/PPC460EX-1155MHZ/2048MB/RadeonHD6570/SSD120GB/DVDRW :-P
Yeah, I saw the autodoc. It says the spec can be 1 of 5 ways. But no real details/examples.
Ther are no examples, but in mui.h it shows, so one can expect m5 being MPEN_TEXT
/* MUI's draw pens */
#define MPEN_SHINE 0
#define MPEN_HALFSHINE 1
#define MPEN_BACKGROUND 2
#define MPEN_HALFSHADOW 3
#define MPEN_SHADOW 4
#define MPEN_TEXT 5
#define MPEN_FILL 6
#define MPEN_MARK 7
#define MPEN_MARKTEXT 8
#define MPEN_COUNT 9
AOS4.1/SAM460ex/PPC460EX-1155MHZ/2048MB/RadeonHD6570/SSD120GB/DVDRW :-P