Hi Everyone,
How to set Land mask Color with our RGB Value in Automatic script...I can be able to set color with the number 1 to 7 ( Which is default). But i want to give my own color with RGB...
###############################
This is the code which I found For Land mask...
loadpal,'/home/pshanmugam/Desktop/Modis/18feb2010/may_2012/Suresh_color_osab'
loadgp, color=2,red=255, green=0, blue=0
landmask,color=1 & $
coast,color=6 & $
###############################
But if i set RGB here, It shows Error...Is there any proper format...Please help me
Regards
Suresh M
By simonarthi
Date 2012-06-04 09:55
Edited 2012-06-04 10:15
Dear sean,
I have another idea...Is there any possibilities to define value for land?If it is possible, then i ll set the color in Palette...
Or else tell me the path(Coding Part),where the landmask color has been set...I will modify the color there itself...