Enum XRCameraFrameExifDataColorSpace
The color space, as defined by the EXIF specification.
Namespace: UnityEngine.XR.ARSubsystems
Assembly: Unity.XR.ARSubsystems.dll
Syntax
public enum XRCameraFrameExifDataColorSpace : ushort
Fields
| Name | Description |
|---|---|
| Uncalibrated | A color space other than sRGB is used. |
| sRGB | sRGB color space. |