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

TPixelFormatInfo

Declaration

Source position: ImagingTypes.pas line 372

type TPixelFormatInfo = packed record

  ABitCount: Byte;

  

  RBitCount: Byte;

  

  GBitCount: Byte;

  

  BBitCount: Byte;

  

  ABitMask: UInt32;

  

  RBitMask: UInt32;

  

  GBitMask: UInt32;

  

  BBitMask: UInt32;

  

  AShift: Byte;

  

  RShift: Byte;

  

  GShift: Byte;

  

  BShift: Byte;

  

  ARecDiv: Byte;

  

  RRecDiv: Byte;

  

  GRecDiv: Byte;

  

  BRecDiv: Byte;

  

end;



CT Web help

CodeTyphon Studio