Unit 'ImagingTypes' Package
[Overview][Constants][Types][Index] [#pl_vampyreimaging]

TColor48Rec

Declaration

Source position: ImagingTypes.pas line 292

type TColor48Rec = packed record

  case Byte of

    0: (

        B: Word;

  

        G: Word;

  

        R: Word;

  

      );

    1: (

        Channels: array [0..2] of Word;

  

      );

end;



CT Web help

CodeTyphon Studio