diff options
Diffstat (limited to 'client/yuv_draw.h')
-rw-r--r-- | client/yuv_draw.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/yuv_draw.h b/client/yuv_draw.h index 7bbc99b..9f704e3 100644 --- a/client/yuv_draw.h +++ b/client/yuv_draw.h @@ -36,6 +36,9 @@ #define ICON_HEIGHT 48 #define ICON_WIDTH 48 +// Take a look at this... +// http://softpixel.com/~cwright/programming/colorspace/yuv/ + class YUVDraw { public: YUVDraw(); |