Check if current device supports HDR?

Had a glance through SystemInfo, didn’t see anything. Is there a way to check if HDR is supported on the current platform/device?

Figured it out. SystemInfo.SupportsRenderTextureFormat(RenderTextureFormat.DefaultHDR) works.