static void SF_STDCALL CopyScanlineDefault(UByte* pd, const UByte* ps, UPInt size, Palette*, void*);
Parameters |
Description |
UByte* pd |
Pointer to the destination into which the data is copied. |
const UByte* ps |
Pointer to the source from which the image data is to be copied. |
UPInt size |
The size of the file. |
Palette* |
Pointer to the color map for the image. |