Source position: ImagingTypes.pas line 268
type TColor24Rec = packed record
case Byte of
0: (
B: Byte;
G: Byte;
R: Byte;
);
1: (
Channels: array [0..2] of Byte;
end;