---
title: "init(temperature:tint:)"
framework: avfoundation
role: symbol
role_heading: Initializer
path: "avfoundation/avcapturedevice/whitebalancetemperatureandtintvalues/init(temperature:tint:)"
---

# init(temperature:tint:)

Creates a structure with a white balance temperature and tint.

## Declaration

```swift
init(temperature: Float, tint: Float)
```

## Parameters

- `temperature`: A temperature value to associate with the capture device’s white point.
- `tint`: The tint to associate with the capture device’s white point.

## See Also

### Creating temperature and tint values

- [init()](avfoundation/avcapturedevice/whitebalancetemperatureandtintvalues/init().md)
