# ColorPrimaries

> Represents a color space based on its set of red, green, and blue color primaries.

## Definition

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

```csharp
public enum ColorPrimaries
```

## Fields

| Value                                                                            | Description            |
| -------------------------------------------------------------------------------- | ---------------------- |
| [P3](/engine/6000.7/script-reference/unityengine/colorprimaries/p3.md)           | P3 color space.        |
| [Rec2020](/engine/6000.7/script-reference/unityengine/colorprimaries/rec2020.md) | Rec. 2020 color space. |
| [Rec709](/engine/6000.7/script-reference/unityengine/colorprimaries/rec709.md)   | Rec. 709 color space.  |
