Source position: orca_scene3d.pas line 120
type TD3Color24 = packed record
case LongWord of
0: (
R: Byte;
G: Byte;
B: Byte;
);
end;