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

TImageFormatInfo

Declaration

Source position: ImagingTypes.pas line 424

type TImageFormatInfo = packed record

  Format: TImageFormat;

  

  Name: array [0..15] of char;

  

  BytesPerPixel: Byte;

  

  ChannelCount: Byte;

  

  PaletteEntries: Word;

  

  HasGrayChannel: Boolean;

  

  HasAlphaChannel: Boolean;

  

  IsFloatingPoint: Boolean;

  

  UsePixelFormat: Boolean;

  

  IsRBSwapped: Boolean;

  

  RBSwapFormat: TImageFormat;

  

  IsIndexed: Boolean;

  

  IsSpecial: Boolean;

  

  IsPassthrough: Boolean;

  

  PixelFormat: PPixelFormatInfo;

  

  GetPixelsSize: TFormatGetPixelsSizeFunc;

  

  CheckDimensions: TFormatCheckDimensionsProc;

  

  GetPixel32: TGetPixel32Func;

  

  GetPixelFP: TGetPixelFPFunc;

  

  SetPixel32: TSetPixel32Proc;

  

  SetPixelFP: TSetPixelFPProc;

  

  SpecialNearestFormat: TImageFormat;

  

end;



CT Web help

CodeTyphon Studio