BYTES_PER_PIXEL

Number of bytes per pixel (red, green, blue, & alpha = 4)

const
auto BYTES_PER_PIXEL = 4;

Meta