TColorFPRec Record
ImagingTypes

Color record for 128 bit floating point images, which allows access to individual color channels.

Pascal
public TColorFPRec = packed record
  case LongInt of
    0: (A: Single;
        B: Single;
        G: Single;
        R: Single;);
    1: (Channels: array[0..3] of Single););
  end;
File

ImagingTypes (at line 301)

Related Information
You are here: Symbol Reference > Structs, Records, Enums > TColorFPRec Record