pub type BgraImageData = ImageData<Bgra>;
pub struct BgraImageData { pub size: (u32, u32), pub data: Vec<Bgra>, }
size: (u32, u32)
data: Vec<Bgra>