LinearGradientBrush.SetSigmaBellShape
Contents
[
Hide
]SetSigmaBellShape(float)
Creates a gradient falloff based on a bell-shaped curve.
public void SetSigmaBellShape(float focus)
Parameter | Type | Description |
---|---|---|
focus | Single | A 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
- class LinearGradientBrush
- namespace System.Drawing.Drawing2D
- assembly Aspose.Drawing
SetSigmaBellShape(float, float)
Creates a gradient falloff based on a bell-shaped curve.
public void SetSigmaBellShape(float focus, float scale)
Parameter | Type | Description |
---|---|---|
focus | Single | A value from 0 through 1 that specifies the center of the gradient (the point where the gradient is composed of only the ending color). |
scale | Single | A value from 0 through 1 that specifies how fast the colors falloff from the focus. |
See Also
- class LinearGradientBrush
- namespace System.Drawing.Drawing2D
- assembly Aspose.Drawing