msf_gif_frame function
int
msf_gif_frame(
- StructPointer<
MsfGifStateD> handle, - MemoryPointer<
RUint8> pixelData, - int centiSecondsPerFame,
- int maxBitDepth,
- int pitchInBytes,
See RaylibMsfGifFlatModule.msf_gif_frame.
Implementation
int msf_gif_frame(
StructPointer<MsfGifStateD> handle,
MemoryPointer<RUint8> pixelData,
int centiSecondsPerFame,
int maxBitDepth,
int pitchInBytes,
) => _module.msf_gif_frame(handle, pixelData, centiSecondsPerFame, maxBitDepth, pitchInBytes);