Color record for 128 bit floating point images, which allows access to individual color channels.
public TColorFPRec = packed record
case LongInt of
0: (A: Single;
B: Single;
G: Single;
R: Single;);
1: (Channels: array[0..3] of Single););
end;ImagingTypes (at line 301)