[Overview][Procedures and functions] Reference for unit 'GELImage' (#fpgfx)

ConvertImage

Declaration

Source position: gelimage.pas line 31

procedure ConvertImage(

  ASourceRect: TRect;

  ASourceFormat: TGfxPixelFormat;

  ASourcePal: TGfxPalette;

  ASourceData: Pointer;

  ASourceStride: LongWord;

  ADestX: Integer;

  ADestY: Integer;

  ADestFormat: TGfxPixelFormat;

  ADestData: Pointer;

  ADestStride: LongWord

);

Description

Errors