| C1.Win.C1DX.4 Assembly > C1.Util.DX.Direct2D Namespace > GradientStopCollection Class : Create Method |
| 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. |