Added cPalette::AllColors() for plugins that need to get the color entries of a cPalette

This commit is contained in:
Klaus Schmidinger
2002-08-25 10:05:24 +02:00
parent c6ed4da7a0
commit e63b279d96
4 changed files with 25 additions and 6 deletions

View File

@@ -1423,3 +1423,5 @@ Video Disk Recorder Revision History
Zimmermann).
- Added cDevice::NewOsd() to allow a derived cDevice class to implement its own
OSD capabilities (thanks to Andreas Schultz).
- Added cPalette::AllColors() for plugins that need to get the color entries of
a cPalette (see osdbase.h).