<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: -",
    "tvOS: 14.0.0 -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIListContentConfiguration-swift.struct/TextProperties-swift.struct/resolvedColor()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "s:5UIKit26UIListContentConfigurationV14TextPropertiesV13resolvedColorSo7UIColorCyF"
  },
  "title" : "resolvedColor()"
}
-->

# resolvedColor()

Generates the resolved color for the specified color, using the text color and color transformer.

```
func resolvedColor() -> UIColor
```

## Discussion

The resulting color depends on [`color`](/documentation/UIKit/UIListContentConfiguration-swift.struct/TextProperties-swift.struct/color) and [`colorTransformer`](/documentation/UIKit/UIListContentConfiguration-swift.struct/TextProperties-swift.struct/colorTransformer).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)