# GetWhitePoint(ColorGamut)

> Returns the white point that the given gamut uses.

## Definition

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

```csharp
public static WhitePoint GetWhitePoint(ColorGamut gamut)
```

### Parameters

**** (\[ColorGamut]\(/engine/6000.0/script-reference/unityengine/colorgamut)): The color gamut to look up.

### Returns

| Type                                                                    | Description                                |
| ----------------------------------------------------------------------- | ------------------------------------------ |
| [WhitePoint](/engine/6000.0/script-reference/unityengine/whitepoint.md) | The white point that the given gamut uses. |
