msf_gif_frame function

int msf_gif_frame(
  1. StructPointer<MsfGifStateD> handle,
  2. MemoryPointer<RUint8> pixelData,
  3. int centiSecondsPerFame,
  4. int maxBitDepth,
  5. 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);