enum Tinman.Color.Ramps
Enumeration of predefined color ramps.
Items
The following table lists all iemts of this enum type, including their string tags (if
defined).
Enumeration Item |
Earth
|
'earth'
|
Default color ramp for Earth.
Use ellipsoid/geoid heights as input for the color ramp: -1000m .. 8000m.
|
Mars
|
'mars'
|
Default color ramp for Mars.
Use areoid heights as input for the color ramp: -7500m .. 15000m.
|
Moon
|
'moon'
|
Default color ramp for the Moon.
Use reference sphere heights as input for the color ramp: -9000m .. 10000m.
|
Outline
|
'outline'
|
Default color ramp for outlines. The outline color ramp looks like this:
X | Y
---+------------------
-1 | opaque white
0 | opaque gray
+1 | transparent gray
|
Planet
|
'planet'
|
Default color ramp for a planet.
Use normalized heights as input for the color ramp: -1 .. +1.
|
Pluto
|
'pluto'
|
Default color ramp for Pluto.
Use reference sphere heights as input for the color ramp: -3000m .. 4000m.
|
Usages
The following table shows all usages of this config type.