|
HeightMapMesh3DGetGradientColorsArray Method |
Returns an array array of Color values 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 Color[] GetGradientColorsArray(
LinearGradientBrush gradient,
int arrayCount
)
Parameters
- gradient LinearGradientBrush
- gradient as LinearGradientBrush
- arrayCount Int32
- number of elements in the returned array
Return Value
Coloran array of Color values
See Also