---
title: hi_isp_ca_attr
description: "定义颜色调整模块的属性。"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/others/ispdevug/ispdevapi_0323.html
sourcePath: /source/zh/canncommercial/900/others/ispdevug/ispdevapi_0323.html
indexId: be46fd1e346228d0377112a5efa41e931bd2321710be5cf2d9488ab00d3a10e165
---
# hi_isp_ca_attr

#### 说明

定义颜色调整模块的属性。


#### 定义

```
typedef struct {
hi_bool
enable;
hi_isp_ca_lut
ca;
} hi_isp_ca_attr;
```


#### 成员

| 成员名称 | 描述 |
| --- | --- |
| enable | 色彩调整模块的使能。 取值范围： HI\_FALSE：关闭 HI\_TRUE：使能 |
| ca | CA模式的属性。 |
