# Radial(params BackgroundGradientStop[])

> Construct a radial gradient at the element center with default extent / shape.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.UIElements](/engine/6000.7/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

## Radial(BackgroundGradientStop\[])

```csharp
public static BackgroundGradient Radial(params BackgroundGradientStop[] stops)
```

### Parameters

**** (\[BackgroundGradientStop\[]]\(/engine/6000.7/script-reference/unityengine/uielements/backgroundgradientstop)):&#x20;

### Returns

| Type                                                                                               | Description |
| -------------------------------------------------------------------------------------------------- | ----------- |
| [BackgroundGradient](/engine/6000.7/script-reference/unityengine/uielements/backgroundgradient.md) |             |
