Version: 2023.1
Experimental: this API is experimental and might be changed or removed in the future.

GraphicsFormatUtility.IsHDRFormat

切换到手册
public static bool IsHDRFormat (Experimental.Rendering.GraphicsFormat format);
public static bool IsHDRFormat (TextureFormat format);

描述

Returns true if the format is capable of representing HDR data. Returns false otherwise.

Formats able to represent values beyond the typical LDR limit of 1.0f should return true. Note that some formats that do not qualify as HDR according to this function are able to represent a slightly larger range (like (-0.75 to 1.25) than what is usual for LDR formats. Identify these "Extended Range" formats with GraphicsFormatUtility.IsXRFormat. See Also: GraphicsFormatUtility.IsXRFormat.