diff options
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 |
