ULONG rgb[3] = { 0xa000000,0xdeadbeaf,0x42424242 }; set(field,MUIA_Colorfield_RGB,rgb); ULONG *rgb; get(field,MUIA_Colorfield_RGB,&rgb); printf("red=%08lx green=%08lx blue=%08lx\n",rgb[0],rgb[1],rgb[2]);