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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ue2/imgsynth2/cpixelformat_bgr555.h b/ue2/imgsynth2/cpixelformat_bgr555.h
index 7a49c7c..b04e4be 100644
--- a/ue2/imgsynth2/cpixelformat_bgr555.h
+++ b/ue2/imgsynth2/cpixelformat_bgr555.h
@@ -55,6 +55,9 @@ class CPixelFormat_BGR555 : public CPixelFormat
55 ~CPixelFormat_BGR555() 55 ~CPixelFormat_BGR555()
56 {} 56 {}
57 57
58 /* TODO */
59 void getPixel(uint32_t *pixel, uint32_t x, uint32_t y);
60
58 /** 61 /**
59 * @method setPixel 62 * @method setPixel
60 * @brief Modifies pixel at coordinates x, y 63 * @brief Modifies pixel at coordinates x, y