Click or drag to resize
AB4D logo

HeightMapMesh3DCreateHeightTexture(Double, LinearGradientBrush) Method

Returns a bitmap that represent a two dimensional texture created from the height data and specified gradient.

Namespace: Ab3d.Meshes
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static WriteableBitmap CreateHeightTexture(
	double[,] data,
	LinearGradientBrush gradient
)

Parameters

data  Double
two dimensional array of height data
gradient  LinearGradientBrush
LinearGradientBrush that defines the colors used in the texture

Return Value

WriteableBitmap
bitmap that represent a texture created from the height data and with specified gradient.
See Also