# `CGContextDrawConicGradient`

*Function*

## Declaration

```swift
func CGContextDrawConicGradient(_ c: CGContext, _ gradient: CGGradient?, _ center: CGPoint, _ angle: CGFloat)
```

```objc
void CGContextDrawConicGradient(CGContextRef c, CGGradientRef gradient, CGPoint center, CGFloat angle);
```

```python
CGContextDrawConicGradient(c: CGContextRef, gradient: CGGradientRef, center: CGPoint, angle: float)
```

