TColorHFRec Record
ImagingTypes

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

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

ImagingTypes (at line 317)

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