---
title: "resolvedBackgroundColorForTintColor:"
framework: uikit
role: symbol
role_heading: Instance Method
path: "uikit/uibackgroundconfiguration-c.class/resolvedbackgroundcolorfortintcolor:"
---

# resolvedBackgroundColorForTintColor:

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

## Declaration

```occ
- (UIColor *) resolvedBackgroundColorForTintColor:(UIColor *) tintColor;
```

## Discussion

Discussion The resulting color depends on backgroundColor and backgroundColorTransformer.

## See Also

### Customizing the background

- [customView](uikit/uibackgroundconfiguration-c.class/customview.md)
- [cornerRadius](uikit/uibackgroundconfiguration-c.class/cornerradius.md)
- [backgroundInsets](uikit/uibackgroundconfiguration-c.class/backgroundinsets.md)
- [edgesAddingLayoutMarginsToBackgroundInsets](uikit/uibackgroundconfiguration-c.class/edgesaddinglayoutmarginstobackgroundinsets.md)
- [backgroundColor](uikit/uibackgroundconfiguration-c.class/backgroundcolor.md)
- [backgroundColorTransformer](uikit/uibackgroundconfiguration-c.class/backgroundcolortransformer.md)
- [visualEffect](uikit/uibackgroundconfiguration-c.class/visualeffect.md)
- [shadowProperties](uikit/uibackgroundconfiguration-c.class/shadowproperties.md)
- [UIShadowProperties](uikit/uishadowproperties-c.class.md)
- [strokeColor](uikit/uibackgroundconfiguration-c.class/strokecolor.md)
- [strokeColorTransformer](uikit/uibackgroundconfiguration-c.class/strokecolortransformer.md)
- [resolvedStrokeColorForTintColor:](uikit/uibackgroundconfiguration-c.class/resolvedstrokecolorfortintcolor:.md)
- [strokeWidth](uikit/uibackgroundconfiguration-c.class/strokewidth.md)
- [strokeOutset](uikit/uibackgroundconfiguration-c.class/strokeoutset.md)
- [image](uikit/uibackgroundconfiguration-c.class/image.md)
