Share Email Facebook Twitter LinkedIn GS::ImageDataFormat Enumeration C++ enum ImageDataFormat { kRGBA = 0, kBGRA = 1 }; File gs.h Description Used to set the order of the color components.