|
Kodi Documentation
18.0
Kodi is an open source media player and entertainment hub.
|
#include <GUIImage.h>
Public Member Functions | |
| CFadingTexture (const CGUITexture &texture, unsigned int fadeTime) | |
| ~CFadingTexture () | |
Public Attributes | |
| CGUITexture * | m_texture |
| texture to fade out More... | |
| unsigned int | m_fadeTime |
| time to fade out (ms) More... | |
| bool | m_fading |
| whether we're fading out More... | |
|
inline |
|
inline |
| unsigned int CGUIImage::CFadingTexture::m_fadeTime |
time to fade out (ms)
| bool CGUIImage::CFadingTexture::m_fading |
whether we're fading out
| CGUITexture* CGUIImage::CFadingTexture::m_texture |
texture to fade out