X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgraphics%2Fpixelformat.h;h=abb800cff94e07be4994f54245ecba4bfe7bac3c;hb=dc16f33663ae51be2966aba81848c4d139149f60;hp=891ba7c34efdbe7544d2138f05926a0336f25a10;hpb=7f7f3c7494fe10a91215eaff208465636e9979ab;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