added color maps still working on interface

This commit is contained in:
lostjared
2018-03-17 17:58:16 -07:00
parent a6dd1c70bc
commit c2a893c0a7
4 changed files with 42 additions and 9 deletions

View File

@@ -38,6 +38,7 @@ public:
~Playback();
void setRGB(int r, int g, int b);
void setColorOptions(int b, int g, int s);
void setColorMap(int c);
void Play();
void Stop();
void Release();