Struct RGBABuffer# Defined in File GraphicalScene.h Struct Documentation# struct RGBABuffer# raw RGBA image data struct Public Members std::vector<uint8_t> data# The raw data buffer. unsigned int width# Pixel width of the image. unsigned int height# Pixel height of the image.