]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/pixelformat.h
Add pixel formats with a padding component
[libs/gui.git] / source / graphics / pixelformat.h
index 891ba7c34efdbe7544d2138f05926a0336f25a10..abb800cff94e07be4994f54245ecba4bfe7bac3c 100644 (file)
@@ -11,8 +11,10 @@ enum PixelFormat
        LUMINANCE_ALPHA,
        RGB,
        RGBA,
+       RGBX,
        BGR,
-       BGRA
+       BGRA,
+       BGRX
 };
 
 } // namespace Graphics