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