Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayLib::cImageGIFParams Class Reference

#include <cImageGIF.h>

Public Member Functions

 cImageGIFParams () noexcept
 

Public Attributes

int m_iLoopCur
 How many loops played so far. More...
 
int m_iLoopCount
 -1 = play loop forever. More...
 
cImageGIFHeader m_Head
 Info about the full GIF. More...
 
cImageGIFControlExt m_gce
 transparency, time delay, etc. More...
 
cImageGIFFrameHeader m_Frame
 The current frame. // Per frame. More...
 

Detailed Description

Persistent info for the GIF and all it's frames.

Constructor & Destructor Documentation

◆ cImageGIFParams()

GrayLib::cImageGIFParams::cImageGIFParams ( )
inlinenoexcept

Member Data Documentation

◆ m_Frame

cImageGIFFrameHeader GrayLib::cImageGIFParams::m_Frame

The current frame. // Per frame.

◆ m_gce

cImageGIFControlExt GrayLib::cImageGIFParams::m_gce

transparency, time delay, etc.

◆ m_Head

cImageGIFHeader GrayLib::cImageGIFParams::m_Head

Info about the full GIF.

◆ m_iLoopCount

int GrayLib::cImageGIFParams::m_iLoopCount

-1 = play loop forever.

◆ m_iLoopCur

int GrayLib::cImageGIFParams::m_iLoopCur

How many loops played so far.


The documentation for this class was generated from the following file: