pub(crate) const unsafe fn px(x: usize, y: usize, width: usize) -> usize
Calculate buffer index for an x and y, given an image width
y should be within the vertical bounds.
y