ColorSpace#

Fully qualified name: usdex::core::ColorSpace

enum class usdex::core::ColorSpace#

Texture color space (encoding) types.

Values:

enumerator eAuto#

Check for gamma or metadata in the texture itself.

enumerator eRaw#

Use linear sampling (typically used for Normal, Roughness, Metallic, Opacity textures, or when using high dynamic range file formats like EXR)

enumerator eSrgb#

Use sRGB sampling (typically used for Diffuse textures when using PNG files)