#include <mw/mgr/mgr.h> typedef struct { u8 Z ; /* (未使用) */ u8 B ; /* 画素値青成分 */ u8 G ; /* 画素値緑成分 */ u8 R ; /* 画素値赤成分 */ } mwmgrRGBColor;