diff options
| author | Günther Neuwirth <e0626638@student.tuwien.ac.at> | 2009-05-01 14:58:58 +0200 |
|---|---|---|
| committer | Günther Neuwirth <e0626638@student.tuwien.ac.at> | 2009-05-01 14:58:58 +0200 |
| commit | b0442de485dcb6328366d9b05a62af345e5fa39f (patch) | |
| tree | 594628ba235e526ed54554cf72794b71624f4591 /ue2/imgsynth2/cpixelformat_bgr24.h | |
| parent | 6b89034cd15a2ca270591aec89b8b13c868b86fc (diff) | |
| download | ooprog-b0442de485dcb6328366d9b05a62af345e5fa39f.tar.gz ooprog-b0442de485dcb6328366d9b05a62af345e5fa39f.tar.bz2 ooprog-b0442de485dcb6328366d9b05a62af345e5fa39f.zip | |
Adding cpixelformat_indexd8.h and .cpp. Adding virtual methode getColorMode to CPixelFormat. Adding color table to CBitmap. Adding implementation of CPixmap
Diffstat (limited to 'ue2/imgsynth2/cpixelformat_bgr24.h')
| -rw-r--r-- | ue2/imgsynth2/cpixelformat_bgr24.h | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/ue2/imgsynth2/cpixelformat_bgr24.h b/ue2/imgsynth2/cpixelformat_bgr24.h index 73f22c1..da1592b 100644 --- a/ue2/imgsynth2/cpixelformat_bgr24.h +++ b/ue2/imgsynth2/cpixelformat_bgr24.h | |||
| @@ -74,7 +74,20 @@ class CPixelFormat_BGR24 : public CPixelFormat | |||
| 74 | { | 74 | { |
| 75 | return 24; | 75 | return 24; |
| 76 | } | 76 | } |
| 77 | 77 | ||
| 78 | /** | ||
| 79 | * @method getColorMode | ||
| 80 | * @brief returns the color mode supported by this class | ||
| 81 | * @param - | ||
| 82 | * @return color mode supported by this class | ||
| 83 | * @globalvars none | ||
| 84 | * @exception none | ||
| 85 | * @conditions none | ||
| 86 | */ | ||
| 87 | std::string getColorMode() | ||
| 88 | { | ||
| 89 | return "c"; | ||
| 90 | } | ||
| 78 | /* | 91 | /* |
| 79 | * TODO | 92 | * TODO |
| 80 | */ | 93 | */ |
