Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
GUITexture.cpp File Reference

Macros

#define MIX_ALPHA(a, c)   (((a * (c >> 24)) / 255) << 24) | (c & 0x00ffffff)
 
#define ROUND_TO_PIXEL(x)   (float)(MathUtils::round_int(x))
 

Macro Definition Documentation

◆ MIX_ALPHA

#define MIX_ALPHA (   a,
 
)    (((a * (c >> 24)) / 255) << 24) | (c & 0x00ffffff)

◆ ROUND_TO_PIXEL

#define ROUND_TO_PIXEL (   x)    (float)(MathUtils::round_int(x))