---
title: "init(_:)"
framework: swiftui
role: symbol
role_heading: Initializer
path: "swiftui/color/init(_:)"
---

# init(_:)

Creates a constant color with the values specified by the resolved color.

## Declaration

```swift
init(_ resolved: Color.Resolved)
```

## See Also

### Creating a color

- [init(_:bundle:)](swiftui/color/init(_:bundle:).md)
- [resolve(in:)](swiftui/color/resolve(in:).md)
