<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/ARLightEstimate",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "c:objc(cs)ARLightEstimate"
  },
  "title" : "ARLightEstimate"
}
-->

# ARLightEstimate

Estimated scene lighting information associated with a captured video frame in an AR session.

```
class ARLightEstimate
```

## Overview

If you enable the [`isLightEstimationEnabled`](/documentation/ARKit/ARConfiguration/isLightEstimationEnabled) setting, ARKit provides light estimates in the [`lightEstimate`](/documentation/ARKit/ARFrame/lightEstimate) property of each [`ARFrame`](/documentation/ARKit/ARFrame) it delivers.

If you render your own overlay graphics for the AR scene, you can use this information in shading algorithms to help make those graphics match the real-world lighting conditions of the scene captured by the camera. The [`ARSCNView`](/documentation/ARKit/ARSCNView) class automatically uses this information to configure SceneKit lighting.

## Topics

### Examining Light Parameters

[`ambientIntensity`](/documentation/ARKit/ARLightEstimate/ambientIntensity)

The estimated intensity, in lumens, of ambient light throughout the scene.

[`ambientColorTemperature`](/documentation/ARKit/ARLightEstimate/ambientColorTemperature)

The estimated color temperature, in degrees Kelvin, of ambient light throughout the scene.



---

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)