Variable ColorDrawBuf._buf

class ColorDrawBuf
{
  // ...
  MallocBuf!(uint) _buf;
  // ...
}