---
title: hi_color_gamut
description: "定义色域范围枚举。"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/others/ispdevug/ispdevapi_0028.html
sourcePath: /source/zh/canncommercial/900/others/ispdevug/ispdevapi_0028.html
indexId: 86200e93a54f8fd68f83c6d4ed092f27b5d8eb3b13e68ca19f5aa14a8fc08a3c65
---
# hi_color_gamut

#### 说明

定义色域范围枚举。


#### 定义

```
typedef enum {
HI_COLOR_GAMUT_BT601 = 0,
HI_COLOR_GAMUT_BT709,
HI_COLOR_GAMUT_BT2020,
HI_COLOR_GAMUT_USER,
HI_COLOR_GAMUT_BUTT
} hi_color_gamut;
```


#### 成员

| 成员名称 | 描述 |
| --- | --- |
| HI\_COLOR\_GAMUT\_BT601 | BT601色域 |
| HI\_COLOR\_GAMUT\_BT709 | BT709色域。 |
| HI\_COLOR\_GAMUT\_BT2020 | BT2020色域。当前不支持。 |
| HI\_COLOR\_GAMUT\_USER | 用户自定义的色域，非标准色域。 |
| HI\_COLOR\_GAMUT\_BUTT | 保留值。 |
