summaryrefslogtreecommitdiffstats
path: root/src/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/image.h b/src/image.h
index a73be0d..5fb98e6 100644
--- a/src/image.h
+++ b/src/image.h
@@ -20,6 +20,7 @@
#define _IMAGE_H
#include <qglobal.h>
+/** Class representing a bitmap image generated by doxygen. */
class Image
{
public:
@@ -49,6 +50,7 @@ class Image
uchar *data;
};
+/** Class representing a bitmap image colored based on hue/sat/gamma settings. */
class ColoredImage
{
public: