xbmc
|
Public Member Functions | |
CFadingTexture (const CGUITexture *texture, unsigned int fadeTime) | |
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 | |