# Gamma

> Signifies that values of this property are in gamma space. If the active color space is linear, Unity converts the values to linear space values.

## Definition

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

```csharp
Gamma = 32
```

### Remarks

This flag corresponds to the "\[Gamma]" attribute.

Additional Resources: Linear rendering overview.
