# textureHDRDecodeValues

> HDR decode values of the reflection probe texture.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public Vector4 textureHDRDecodeValues { get; }
```

### Remarks

Additional Resources: [Shader properties in HLSL](/engine/6000.7/manual/materials-and-shaders/shaders/writing-custom/shader-writing/writing-shader-change-properties/sl-properties-in-programs.md), [ReflectionProbe.texture](/engine/6000.7/script-reference/unityengine/reflectionprobe/texture.md).
