ARKitLightEstimate class

A light estimate representing the light in the scene.

Annotations
  • @JsonSerializable()

Constructors

ARKitLightEstimate({required double ambientIntensity, required double ambientColorTemperature})
const

Properties

ambientColorTemperature double
The ambient color temperature of the lighting. This specifies the ambient color temperature of the lighting in Kelvin (6500 corresponds to pure white).
final
ambientIntensity double
Ambient intensity of the lighting. In a well lit environment, this value is close to 1000. It typically ranges from 0 (very dark) to around 2000 (very bright).
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromJson(Map<String, double> map) ARKitLightEstimate