diff options
| author | manuel <manuel@nc8430.lan> | 2009-05-01 20:18:51 +0200 |
|---|---|---|
| committer | manuel <manuel@nc8430.lan> | 2009-05-01 20:18:51 +0200 |
| commit | b9ce1555b2baf9be209775dbd4c8b217db5cd735 (patch) | |
| tree | 9c4b74f4a3f9e323e6d799313f9f59dd7b940fb4 /ue2/imgsynth2/cpixelformat_indexed8.h | |
| parent | 6431d84ffec82db10030d918cfed8e791e62f42c (diff) | |
| download | ooprog-b9ce1555b2baf9be209775dbd4c8b217db5cd735.tar.gz ooprog-b9ce1555b2baf9be209775dbd4c8b217db5cd735.tar.bz2 ooprog-b9ce1555b2baf9be209775dbd4c8b217db5cd735.zip | |
rewrote pixmap::read to do more sanity checks
Diffstat (limited to 'ue2/imgsynth2/cpixelformat_indexed8.h')
| -rw-r--r-- | ue2/imgsynth2/cpixelformat_indexed8.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ue2/imgsynth2/cpixelformat_indexed8.h b/ue2/imgsynth2/cpixelformat_indexed8.h index 2e2fc01..3b29bf8 100644 --- a/ue2/imgsynth2/cpixelformat_indexed8.h +++ b/ue2/imgsynth2/cpixelformat_indexed8.h | |||
| @@ -86,20 +86,6 @@ class CPixelFormat_Indexed8 : public CPixelFormat | |||
| 86 | return 8; | 86 | return 8; |
| 87 | } | 87 | } |
| 88 | 88 | ||
| 89 | /** | ||
| 90 | * @method getColorMode | ||
| 91 | * @brief returns the color mode supported by this class | ||
| 92 | * @param - | ||
| 93 | * @return color mode supported by this class | ||
| 94 | * @globalvars none | ||
| 95 | * @exception none | ||
| 96 | * @conditions none | ||
| 97 | */ | ||
| 98 | const std::string getColorMode() | ||
| 99 | { | ||
| 100 | return "c"; | ||
| 101 | } | ||
| 102 | |||
| 103 | /** | 89 | /** |
| 104 | * @method getMaxColor | 90 | * @method getMaxColor |
| 105 | * @brief Get maximum values for RGB pixel | 91 | * @brief Get maximum values for RGB pixel |
