diff Core/Enumerations.h @ 368:80011cd589e6

support of rgb images
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 18 Feb 2013 16:07:28 +0100
parents 4eea080e6e7a
children bdd72233b105
line wrap: on
line diff
--- a/Core/Enumerations.h	Thu Feb 07 22:08:59 2013 +0100
+++ b/Core/Enumerations.h	Mon Feb 18 16:07:28 2013 +0100
@@ -63,7 +63,7 @@
 
   enum PixelFormat
   {
-    PixelFormat_RGB,
+    PixelFormat_RGB24,
     PixelFormat_Grayscale8,
     PixelFormat_Grayscale16
   };