![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cImageGIF.h>
Public Attributes | |
BYTE | m_bTranspColorFlag: 1 |
Transparency color used ? (default=false) More... | |
BYTE | m_bUserInputFlag: 1 |
BYTE | m_nDisplosalMethod: 3 |
disposal method More... | |
BYTE | m_nResN: 3 |
WORD | m_wDelayTime |
1/100ths of sec. (default=0) // How long until next frame in (1/100ths of sec), 0xFFFF=forever. More... | |
BYTE | m_bTranspColorIndex |
This is the transparency color. More... | |
Static Public Attributes | |
static const BYTE | k_Code = 0xF9 |
gif_control_extension = tag ! 0xf9
|
static |
BYTE GrayLib::cImageGIFControlExt::m_bTranspColorFlag |
Transparency color used ? (default=false)
BYTE GrayLib::cImageGIFControlExt::m_bTranspColorIndex |
This is the transparency color.
BYTE GrayLib::cImageGIFControlExt::m_bUserInputFlag |
BYTE GrayLib::cImageGIFControlExt::m_nDisplosalMethod |
disposal method
BYTE GrayLib::cImageGIFControlExt::m_nResN |
WORD GrayLib::cImageGIFControlExt::m_wDelayTime |
1/100ths of sec. (default=0) // How long until next frame in (1/100ths of sec), 0xFFFF=forever.