public void CopyHL(int x, int y, int len, Color sourceColor)
 {
     _recvBlender32.CopyPixels(this.raw_buffer32, GetBufferOffsetXY32(x, y), sourceColor, len);
 }