Heightmap.Ramp

Description

Name

class Tinman.Heightmap.Ramp

Derived from

Heightmap

Return a heightmap that computes texture colors using an elevation-based color ramp.

The terrain-space values of the Heightmap.Layer.Elevation layer (according to the vertical range of the heightmap) are fed into the color ramp. The resulting diffuse color is used as the Heightmap.Layer.Texture layer.

Fields / Required

heightmap

Type

Heightmap

Constraint

# != null

The input heightmap.


ramp

Type

Tinman.Color.Ramp

Constraint

# != null

The color ramp to use.

Fields / External

id

Type

Dataset.Id

Returns a unique identifier for this dataset.


metadata

Returns dataset metadata information.


georef

Returns georeferencing information.


info

Holds detail information about this heightmap.