---
title: Gradient.Stop
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/gradient/stop
---

# Gradient.Stop

One color stop in the gradient.

## Declaration

```swift
@frozen struct Stop
```

## Topics

### Creating a gradient stop

- [init(color:location:)](swiftui/gradient/stop/init(color:location:).md)

### Configuring a gradient stop

- [color](swiftui/gradient/stop/color.md)
- [location](swiftui/gradient/stop/location.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Creating a gradient from stops

- [init(stops:)](swiftui/gradient/init(stops:).md)
- [stops](swiftui/gradient/stops.md)
