LinearGradientBrush.SetSigmaBellShape

SetSigmaBellShape(float)

Creates a gradient falloff based on a bell-shaped curve.

public void SetSigmaBellShape(float focus)
ParameterTypeDescription
focusSingleA value from 0 through 1 that specifies the center of the gradient (the point where the starting color and ending color are blended equally).

See Also


SetSigmaBellShape(float, float)

Creates a gradient falloff based on a bell-shaped curve.

public void SetSigmaBellShape(float focus, float scale)
ParameterTypeDescription
focusSingleA value from 0 through 1 that specifies the center of the gradient (the point where the gradient is composed of only the ending color).
scaleSingleA value from 0 through 1 that specifies how fast the colors falloff from the focus.

See Also