Since i found a post from R0J0hound that helped me a lot, I thought I should give something back to the community and help with this problem about colouring the tilemap. Check out the 2 examples from R0J0hound that I tweaked to have texture
https://www.dropbox.com/s/6e2lq4rxs6e99g7/1x1tileColoring1.capx?dl=0
https://www.dropbox.com/s/1umle2e54aye6l0/1x1tileColoring2.capx?dl=0
How to do it yourself.
set tilemap Blend mode to "Destination out"
set the properties of the layer that the tilemap is on to:
"transparent:No"
"force own texture:Yes"
then create a layer under this one, and add the picture/texture that you want to show.
hope this one helps somebody, even if this is an old post