---
title: hi_isp_anti_false_color_auto_attr
description: "定义ISP Anti FalseColor自动属性。"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/others/ispdevug/ispdevapi_0352.html
sourcePath: /source/zh/canncommercial/900/others/ispdevug/ispdevapi_0352.html
indexId: dc5e5fb6b958806047de9b23bdf595bc95d8fcc363a765118034641dd3747a9765
---
# hi_isp_anti_false_color_auto_attr

#### 说明

定义ISP Anti FalseColor自动属性。


#### 定义

```
typedef struct {
hi_u8
threshold[HI_ISP_AUTO_ISO_NUM];
hi_u8
strength[HI_ISP_AUTO_ISO_NUM];
} hi_isp_anti_false_color_auto_attr;
```


#### 成员

| 成员名称 | 描述 |
| --- | --- |
| threshold[HI\_ISP\_AUTO\_ISO\_NUM] | 去伪彩阈值，值越大，伪彩去除的区域越多。 取值范围：[0, 0x20]。 \#define HI\_ISP\_AUTO\_ISO\_NUM 16 |
| strength | 去伪彩强度，值越大，去伪彩强度越大，伪彩现象消除越好，但可能导致正常颜色的改变。 取值范围：[0, 0x1F]。 |
