TwoColorLinearGradientStyle Enum
Specifies the type of gradient effect to apply to a TwoColorLinearGradient.
public enum TwoColorLinearGradientStyle
Fields
Name | Description |
---|---|
Normal | Specifies a gradient that starts with the start color at one edge and ends with the end color at the opposite edge. |
SigmaBellBump | Specifies a gradient that starts the end color at the center point of the gradient and performs a sigma bell-shaped linear falloff to the edges of the gradient using the start color. |
TriangleBump | Specifies a gradient that starts the end color at the center point of the gradient and performs a triangle shaped linear falloff to the edges of the gradient using the start color. |