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_bgr555.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_bgr555.h')
| -rw-r--r-- | ue2/imgsynth2/cpixelformat_bgr555.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ue2/imgsynth2/cpixelformat_bgr555.h b/ue2/imgsynth2/cpixelformat_bgr555.h index b04e4be..890b744 100644 --- a/ue2/imgsynth2/cpixelformat_bgr555.h +++ b/ue2/imgsynth2/cpixelformat_bgr555.h | |||
| @@ -85,6 +85,20 @@ class CPixelFormat_BGR555 : public CPixelFormat | |||
| 85 | return 16; | 85 | return 16; |
| 86 | } | 86 | } |
| 87 | 87 | ||
| 88 | /** | ||
| 89 | * @method getColorMode | ||
| 90 | * @brief returns the color mode supported by this class | ||
| 91 | * @param - | ||
| 92 | * @return color mode supported by this class | ||
| 93 | * @globalvars none | ||
| 94 | * @exception none | ||
| 95 | * @conditions none | ||
| 96 | */ | ||
| 97 | std::string getColorMode() | ||
| 98 | { | ||
| 99 | return "c"; | ||
| 100 | } | ||
| 101 | |||
| 88 | /* | 102 | /* |
| 89 | * TODO | 103 | * TODO |
| 90 | */ | 104 | */ |
