# ColorGamutUtility

> Utility class to query properties of a ColorGamut.

## Definition

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

```csharp
public class ColorGamutUtility
```

## Static Methods

| Method                                                                                                      | Description                                                                      |
| ----------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
| [GetColorPrimaries](/engine/6000.5/script-reference/unityengine/colorgamututility/getcolorprimaries.md)     | Returns the color primaries mapped to the color space used by the given gamut.   |
| [GetTransferFunction](/engine/6000.5/script-reference/unityengine/colorgamututility/gettransferfunction.md) | Returns the transfer function that the given gamut uses on the current platform. |
| [GetWhitePoint](/engine/6000.5/script-reference/unityengine/colorgamututility/getwhitepoint.md)             | Returns the white point that the given gamut uses.                               |
