diff options
Diffstat (limited to 'ue2/imgsynth2/cpixelformat.h')
| -rw-r--r-- | ue2/imgsynth2/cpixelformat.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ue2/imgsynth2/cpixelformat.h b/ue2/imgsynth2/cpixelformat.h index 911a141..2300f2f 100644 --- a/ue2/imgsynth2/cpixelformat.h +++ b/ue2/imgsynth2/cpixelformat.h | |||
| @@ -10,6 +10,7 @@ | |||
| 10 | #define CPIXELFORMAT_H | 10 | #define CPIXELFORMAT_H |
| 11 | 11 | ||
| 12 | #include <fstream> | 12 | #include <fstream> |
| 13 | #include <string> | ||
| 13 | #include <stdexcept> | 14 | #include <stdexcept> |
| 14 | 15 | ||
| 15 | class CBitmap; | 16 | class CBitmap; |
| @@ -108,6 +109,16 @@ class CPixelFormat | |||
| 108 | */ | 109 | */ |
| 109 | virtual uint32_t getBitCount() = 0; | 110 | virtual uint32_t getBitCount() = 0; |
| 110 | 111 | ||
| 112 | /** | ||
| 113 | * @method getColorMode | ||
| 114 | * @brief returns the color mode supported by this class | ||
| 115 | * @param - | ||
| 116 | * @return color mode supported by this class | ||
| 117 | * @globalvars none | ||
| 118 | * @exception none | ||
| 119 | * @conditions none | ||
| 120 | */ | ||
| 121 | virtual std::string getColorMode() = 0; | ||
| 111 | /* | 122 | /* |
| 112 | * TODO | 123 | * TODO |
| 113 | */ | 124 | */ |
