My question is, how should I set up the contour color gradient for this game? As I wrote in my previous post:

I can set up some contour gradient options from this screen.
But I'm still not sure what should be the gap(m) between each contour colorss, and how the color gradient should be chosen. As we read from previous post, (tm.asp?m=4556489&mpage=1&key=�) this game's contour have some rules to follow. I'm quoting from that post.
So, it seems that AB's color gradient for contour decided by RGB values except blue color, right?Red channels are 0-255 in meters. If a height value goes over 255, then add 1 to the green channel and then go back to red=0.
Formula is (Red Channel) + (Green Channel * 255).
For example: if a pixel value is RGB (171,1,0) then the height is (171) + (1 * 255) = 426
Another example: if a pixel value is RGB (107,2,0) then the height is (107) + (2 * 255) = 617
This was originally a design that worked with a program called Global Mapper (I think that is the name).
Are there any discrete color difference to decide the height difference? For example, from my above example, single discrete color line represents 13m difference per each color. Some other game use more number of color difference, to show 10m per each color difference. Are there any rules regarding such height difference per each level of color difference for AB?
What other rules should I need to consider?