# `GSConicGradient`

*Class*

## Declaration

```swift
class GSConicGradient
```

```objc
@interface GSConicGradient : GSGradient
```

```python
class GSConicGradient(GSGradient)
```

## Topics

### Instance Properties

- [`GSConicGradient.angle`](/Core/GlyphsCore/GSConicGradient/angle) — The angular distance between the start and end color stops (in degrees).
- [`GSConicGradient.center`](/Core/GlyphsCore/GSConicGradient/center) — The center of the gradient.
- [`GSConicGradient.controlRadius`](/Core/GlyphsCore/GSConicGradient/controlRadius) — The distance from the center at which the control for the start color stop is displayed.
- [`GSConicGradient.endAngle`](/Core/GlyphsCore/GSConicGradient/endAngle) — The angle of the end color stop (in degrees counter-clockwise from the x-axis).
- [`GSConicGradient.startAngle`](/Core/GlyphsCore/GSConicGradient/startAngle) — The angle of the start color stop (in degrees counter-clockwise from the x-axis).

### Instance Methods

- [`GSConicGradient initWithCenter:startAngle:angle:controlRadius:colorLine:extendMode:`](/Core/GlyphsCore/GSConicGradient/initWithCenter:startAngle:angle:controlRadius:colorLine:extendMode:) — Creates a conic gradient with the given center, start angle, and angular distance.
- [`GSConicGradient initWithCenter:startAngle:controlRadius:colorLine:extendMode:`](/Core/GlyphsCore/GSConicGradient/initWithCenter:startAngle:controlRadius:colorLine:extendMode:) — Creates a complete conic gradient with the given center and start angle.

## Relationships

### Inherits From

- [`GSGradient`](/Core/GlyphsCore/GSGradient)

