hi_isp_color_tone_attr

Description

Defines the hue adjustment attribute.

Definition

typedef struct { 
    hi_u16 red_cast_gain; 
    hi_u16 green_cast_gain;
    hi_u16 blue_cast_gain;
} hi_isp_color_tone_attr;

Members

Member

Description

red_cast_gain

Gain of the R channel (8-bit decimal precision). Value range: [0x100, 0x180]

green_cast_gain

Gain of the G channel (8-bit decimal precision). Value range: [0x100, 0x180]

blue_cast_gain

Gain of the B channel (8-bit decimal precision). Value range: [0x100, 0x180]

You can specify the color style by using the ColorTone function regardless of the color temperature.