Source position: mui.pas line 483
type tMUI_Palette_Entry = record
mpe_ID: LongInt;
mpe_Red: LongWord;
mpe_Green: LongWord;
mpe_Blue: LongWord;
mpe_Group: LongInt;
end;