vdr 2.7.2
themes.h File Reference
#include "i18n.h"
#include "tools.h"
#include "osd.h"

Go to the source code of this file.

Classes

class  cTheme
 
class  cThemes
 

Macros

#define THEME_CLR(Theme, Subject, Color)
 

Macro Definition Documentation

◆ THEME_CLR

#define THEME_CLR ( Theme,
Subject,
Color )
Value:
static const tColor Subject = Theme.AddColor(#Subject, Color)
int AddColor(const char *Name, tColor Color)
Adds a color with the given Name to this theme, initializes it with Color and returns an index into t...
Definition themes.c:183
uint32_t tColor
Definition font.h:30
static cTheme Theme
Definition skinclassic.c:21

Definition at line 59 of file themes.h.