summaryrefslogtreecommitdiff
path: root/osdbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdbase.h')
-rw-r--r--osdbase.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/osdbase.h b/osdbase.h
index a73b1c47..1800482f 100644
--- a/osdbase.h
+++ b/osdbase.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: osdbase.h 1.3 2002/07/13 10:16:18 kls Exp $
+ * $Id: osdbase.h 1.4 2002/07/13 14:45:55 kls Exp $
*/
#ifndef __OSDBASE_H
@@ -50,9 +50,10 @@ private:
bool full;
protected:
typedef unsigned char tIndexes[MAXNUMCOLORS];
+ void SetColor(int Index, eDvbColor Color);
+ eDvbColor GetColor(int Index) { return color[Index]; }
public:
cPalette(int Bpp);
- void SetColor(int Index, eDvbColor Color);
int Index(eDvbColor Color);
void Reset(void);
const eDvbColor *Colors(int &FirstColor, int &LastColor);