hi_csc_conf

Description

Defines the color space conversion (CSC) information.

Prototype

type struct {
    hi_u32 alpha;
    hi_u32 attr[4];
} hi_csc_conf;

Members

Member

Description

alpha

Image transparency. Value range: [0, 255]. A smaller value indicates a more transparent image.

Transparency cannot be directly perceived by viewing the image. Instead, transparency information is used only in the case of image fusion and rendering.

attr

Reserved. To avoid incompatibility with future versions, you must manually set each element in the array to 0.