|
Kodi Documentation 22.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 | |
| std::unique_ptr< CGUITexture > | m_texture |
| texture to fade out | |
| unsigned int | m_fadeTime |
| time to fade out (ms) | |
| bool | m_fading |
| whether we're fading out | |
|
inline |
|
inline |
| unsigned int CGUIImage::CFadingTexture::m_fadeTime |
time to fade out (ms)
| bool CGUIImage::CFadingTexture::m_fading |
whether we're fading out
| std::unique_ptr<CGUITexture> CGUIImage::CFadingTexture::m_texture |
texture to fade out