Variable GrayDrawBuf._buf

class GrayDrawBuf
{
  // ...
  MallocBuf!(ubyte) _buf;
  // ...
}