Variable Bitmap.pixels

struct Bitmap
{
  // ...
  Pixel[] pixels ;
  // ...
}