Function Bitmap.opIndex

Access a given pixel with Bitmap[x, y]

inout ref inout(Pixel) opIndex (
  in size_t x,
  in size_t y
);