GetColorPrimaries(ColorGamut)
Returns the color primaries mapped to the color space used by the given gamut.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static ColorPrimaries GetColorPrimaries(ColorGamut gamut)
Parameters
The color gamut to look up.
Returns
Type | Description |
|---|---|
| ColorPrimaries | Color primaries for the given gamut. |