---
title: Color.Resolved
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/color/resolved
---

# Color.Resolved

A concrete color value.

## Declaration

```swift
@frozen struct Resolved
```

## Overview

Overview Color.Resolved is a set of RGBA values that represent a color that can be shown. The values are stored in the Linear sRGB color space, using extended range. This is a low-level type, most colors are represented by the Color type. note: Color.ResolvedHDR, Color.

## Topics

### Initializers

- [init(colorSpace:red:green:blue:opacity:)](swiftui/color/resolved/init(colorspace:red:green:blue:opacity:).md)

### Instance Properties

- [blue](swiftui/color/resolved/blue.md)
- [cgColor](swiftui/color/resolved/cgcolor.md)
- [green](swiftui/color/resolved/green.md)
- [linearBlue](swiftui/color/resolved/linearblue.md)
- [linearGreen](swiftui/color/resolved/lineargreen.md)
- [linearRed](swiftui/color/resolved/linearred.md)
- [opacity](swiftui/color/resolved/opacity.md)
- [red](swiftui/color/resolved/red.md)

## Relationships

### Conforms To

- [Animatable](swiftui/animatable.md)
- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Copyable](swift/copyable.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [ShapeStyle](swiftui/shapestyle.md)
