summaryrefslogtreecommitdiffstats
path: root/ue2/imgsynth2/cpixelformat_bgr555.h
diff options
context:
space:
mode:
Diffstat (limited to 'ue2/imgsynth2/cpixelformat_bgr555.h')
-rw-r--r--ue2/imgsynth2/cpixelformat_bgr555.h14
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 */