Method TryGetColorSpace
TryGetColorSpace(out XRCameraFrameExifDataColorSpace)
Get the color space of the frame if possible.
Declaration
public bool TryGetColorSpace(out XRCameraFrameExifDataColorSpace colorSpace)
Parameters
| Type | Name | Description |
|---|---|---|
| XRCameraFrameExifDataColorSpace | colorSpace | The color space of the camera frame. |
Returns
| Type | Description |
|---|---|
| bool | true if the EXIF data contains the color space of the frame. Otherwise, false. Equal to hasColorSpace. |