X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgraphics%2Fpixelformat.h;h=abb800cff94e07be4994f54245ecba4bfe7bac3c;hb=2d8e49766252749ef586ffd988c9858666c01995;hp=891ba7c34efdbe7544d2138f05926a0336f25a10;hpb=1023b38fa278cea71fba3d2881e1bfde930cd025;p=libs%2Fgui.git diff --git a/source/graphics/pixelformat.h b/source/graphics/pixelformat.h index 891ba7c..abb800c 100644 --- a/source/graphics/pixelformat.h +++ b/source/graphics/pixelformat.h @@ -11,8 +11,10 @@ enum PixelFormat LUMINANCE_ALPHA, RGB, RGBA, + RGBX, BGR, - BGRA + BGRA, + BGRX }; } // namespace Graphics