# sRGBClip

> Whether the imported clip contains sRGB color data.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.6/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public bool sRGBClip { get; set; }
```

### Remarks

This setting is copied into the [VideoClip.sRGB](/engine/6000.6/script-reference/unityengine/video/videoclip/srgb.md) value of the resulting clip.

Additional Resources: Linear and Gamma rendering, [TextureImporter.sRGBTexture](/engine/6000.6/script-reference/unityeditor/textureimporter/srgbtexture.md) and [PlayerSettings.colorSpace](/engine/6000.6/script-reference/unityeditor/playersettings/colorspace.md).
