Click or drag to resize
AB4D logo

HeightMapMesh3DGetGradientColorsUIntArray Method

Returns an array array of uint values that represent colors. The array is created from the specified gradient (as LinearGradientBrush) and with array count (number of elements in array).

Namespace: Ab3d.Meshes
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static uint[] GetGradientColorsUIntArray(
	LinearGradientBrush gradient,
	int arrayCount
)

Parameters

gradient  LinearGradientBrush
gradient as LinearGradientBrush
arrayCount  Int32
number of elements in the returned array

Return Value

UInt32
an array of uint values that represent colors
See Also