|
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.MeshesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax 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
UInt32an array of uint values that represent colors
See Also