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

#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
 

Detailed Description

gif_control_extension = tag ! 0xf9

Member Data Documentation

◆ k_Code

const BYTE GrayLib::cImageGIFControlExt::k_Code = 0xF9
static

◆ m_bTranspColorFlag

BYTE GrayLib::cImageGIFControlExt::m_bTranspColorFlag

Transparency color used ? (default=false)

◆ m_bTranspColorIndex

BYTE GrayLib::cImageGIFControlExt::m_bTranspColorIndex

This is the transparency color.

◆ m_bUserInputFlag

BYTE GrayLib::cImageGIFControlExt::m_bUserInputFlag

◆ m_nDisplosalMethod

BYTE GrayLib::cImageGIFControlExt::m_nDisplosalMethod

disposal method

◆ m_nResN

BYTE GrayLib::cImageGIFControlExt::m_nResN

◆ m_wDelayTime

WORD GrayLib::cImageGIFControlExt::m_wDelayTime

1/100ths of sec. (default=0) // How long until next frame in (1/100ths of sec), 0xFFFF=forever.


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