<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreImage",
  "identifier" : "/documentation/CoreImage/CITemperatureAndTint",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Core Image"
    ],
    "preciseIdentifier" : "c:objc(pl)CITemperatureAndTint"
  },
  "title" : "CITemperatureAndTint"
}
-->

# CITemperatureAndTint

The properties you use to configure a temperature and tint filter.

```
protocol CITemperatureAndTint : CIFilterProtocol
```

## Topics

### Instance Properties

[`inputImage`](/documentation/CoreImage/CITemperatureAndTint/inputImage)

The image to use as an input image.

[`neutral`](/documentation/CoreImage/CITemperatureAndTint/neutral)

A vector containing the source white point defined by color temperature and tint.

[`targetNeutral`](/documentation/CoreImage/CITemperatureAndTint/targetNeutral)

A vector containing the desired white point defined by color temperature and tint.

## See Also

[`temperatureAndTint()`](/documentation/CoreImage/CIFilter-swift.class/temperatureAndTint())

Alters an image’s temperature and tint.



---

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)