hi all

i still don't understand this :

TColor =packed record
case integer of
0 : (R, G, B, A : Byte);
1 : (C : Cardinal);
end;

i mean 0 and 1 , whats the meaning of theme