CanvasCV: CanvasCV-doxygen/src/canvascv/themes/themedarkblue.h Source File
CanvasCV  1.0.0
themedarkblue.h
1 #ifndef THEMEDARKBLUE_H
2 #define THEMEDARKBLUE_H
3 
4 #include "twocoloredtheme.h"
5 
6 namespace canvascv
7 {
8 
14 {
15 public:
16  ThemeDarkBlue();
17 };
18 
19 }
20 #endif // THEMEDARKBLUE_H
The ThemeDark class implements a 2 colored theme base class.
Definition: twocoloredtheme.h:13
This namespace holds all the classes of the CanvasCV library.
Definition: canvas.h:20
The ThemeDarkBlue class implements a dark theme of blue over dark gray colors.
Definition: themedarkblue.h:13