Share

GS::ImageDataFormat Enumeration

C++

enum ImageDataFormat {
  kRGBA = 0,
  kBGRA = 1
};

File

gs.h

Description

Used to set the order of the color components.

Was this information helpful?