Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
GUILabelControl.cpp File Reference
#include "GUILabelControl.h"
#include "GUIMessage.h"
#include "utils/CharsetConverter.h"
#include "utils/Color.h"
#include "utils/StringUtils.h"

Macros

#define CLAMP(x, low, high)   (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x)))
 

Macro Definition Documentation

◆ CLAMP

#define CLAMP (   x,
  low,
  high 
)    (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x)))