Create Method (GradientStopCollection)
In This Topic
Creates an
GradientStopCollection from the specified gradient stops, a Gamma StandardRgb, and ExtendMode.Clamp.
Overload List
Overload | Description |
Create(RenderTarget,GradientStop[]) | Creates an GradientStopCollection from the specified gradient stops, a Gamma StandardRgb, and ExtendMode.Clamp. |
Create(RenderTarget,GradientStop[],ExtendMode) | Creates an GradientStopCollection from the specified gradient stops, color Gamma.StandardRgb, and extend mode. |
Create(RenderTarget,GradientStop[],Gamma) | Creates an GradientStopCollection from the specified gradient stops, color interpolation gamma, and ExtendMode.Clamp. |
Create(RenderTarget,GradientStop[],Gamma,ExtendMode) | Creates an GradientStopCollection from the specified gradient stops, color interpolation gamma, and extend mode. |
See Also