Generates AdaptiveGradientMap T s based upon the specified
AdaptiveGradient and a number of samples.
Namespace: ElecNetKit.Graphing.AdaptiveGradientsAssembly: ElecNetKit.Graphing (in ElecNetKit.Graphing.dll) Version: 1.1.4771.27373 (1.1.0.0)
Syntax
public AdaptiveGradientMapBuilder( AdaptiveGradient gradient, uint numSamples = 10 )
Parameters
- gradient
- Type: ElecNetKit.Graphing.AdaptiveGradients AdaptiveGradient
The gradient to generate a map with.
- numSamples (Optional)
- Type:
System UInt32
The number of samples to interpolate on the gradient.
See Also