omni::connect::core::ColorSpace

Defined in omni/connect/core/MaterialAlgo.h

enum class omni::connect::core::ColorSpace

Texture color space (encoding) types.

Values:

enumerator eAuto

Check for gamma or metadata in the texture itself.

enumerator eRaw

Use linear sampling (used for Normal, Roughness, Metallic, Opacity textures)

enumerator eSrgb

Use sRGB sampling (typically used for Diffuse textures)