The Winamp Remote Control suite
a remote control client and plugin for Winamp 2.x, 5.x
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ColourU.h
Go to the documentation of this file.
1 
2 #ifndef ColourUH
3 #define ColourUH
4 
5 #include "graphics.hpp"
6 
7 
14 double periodic(double percent);
15 
21 TColor rainbowColour(int value);
22 
23 #endif