<!--
{
  "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/ImageProperties-swift.struct/resolvedTintColor(for:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "s:5UIKit26UIListContentConfigurationV15ImagePropertiesV17resolvedTintColor3forSo7UIColorCAI_tF"
  },
  "title" : "resolvedTintColor(for:)"
}
-->

# resolvedTintColor(for:)

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

```
func resolvedTintColor(for tintColor: UIColor) -> UIColor
```

## Discussion

The resulting color depends on [`tintColor`](/documentation/UIKit/UIListContentConfiguration-swift.struct/ImageProperties-swift.struct/tintColor) and [`tintColorTransformer`](/documentation/UIKit/UIListContentConfiguration-swift.struct/ImageProperties-swift.struct/tintColorTransformer).

---

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)