CanvasCV: CanvasCV-doxygen/src/canvascv/themes/themedarkorange.h Source File
CanvasCV  1.0.0
themedarkorange.h
1 #ifndef THEMEDARKORANGE_H
2 #define THEMEDARKORANGE_H
3 
4 #include "twocoloredtheme.h"
5 
6 namespace canvascv
7 {
8 
14 {
15 public:
17 };
18 
19 }
20 #endif // THEMEDARKORANGE_H
The ThemeDarkOrange class implements a dark theme of orange over dark gray colors.
Definition: themedarkorange.h:13
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