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

TColor24Rec

Declaration

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;



CT Web help

CodeTyphon Studio