08.08.14, 15:24
I'd like to use Mosaic Staple Raster based on Alpha value instead of gray value.
I found this in the code:
var hVal = 0;
hVal = color.gray * heightVal;
My guess is that I would have to replace color.gray but I have no idea what to put there. Can somebody help? Thanks!