How can I lower terrain instead of raise it?

Heightmap uses unsigned int16, so by default Ground level = 32768 (not black). So you should use heightmaps filled with default values = 32768.
I suppose.