Click or drag to resize
AB4D logo

HeightMapVisual3DGetHeightTextureColor Method

Returns a color from the height texture for the specified value. The CreateHeightTextureFromGradient(LinearGradientBrush) method must be called before calling this method to crate the height colors array from the gradient.

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public Color GetHeightTextureColor(
	double oneValue
)

Parameters

oneValue  Double
value

Return Value

Color
color from the height texture
See Also