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

# resolvedStrokeColor(for:)

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

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

## Discussion

The resulting color depends on [`strokeColor`](/documentation/UIKit/UIBackgroundConfiguration-swift.struct/strokeColor) and [`strokeColorTransformer`](/documentation/UIKit/UIBackgroundConfiguration-swift.struct/strokeColorTransformer).

---

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)