Struct ga_blend_opt¶
Defined in file__output_copyinclude_src_include_ga_lite_gx_hal_ga_lite.h
Struct Documentation¶
-
struct ga_blend_opt¶
GA混合操作属性
Public Members
-
GX_HAL_GA_MIX_FUNC src_color_blend_fun¶
源color混合函数
-
GX_HAL_GA_MIX_FUNC src_alpha_blend_fun¶
源alpha混合函数
-
GX_HAL_GA_MIX_FUNC dst_color_blend_fun¶
目标color混合函数
-
GX_HAL_GA_MIX_FUNC dst_alpha_blend_fun¶
目标alpha混合函数
-
uint8_t alpha_out_en¶
最终输出混合结果的alpha替换
-
uint8_t alpha_out¶
输出的alpha值
-
uint8_t alpha_extern_en¶
ARGB1555扩展使能
-
uint8_t alpha0¶
用于ARGB1555数据A=0混合的alpha扩展
-
uint8_t alpha1¶
用于ARGB1555数据A=1混合的alpha扩展
-
GX_HAL_GA_COLOR src_global_color¶
填充色,A48/RGB颜色扩展或者混合操作的全局源ARGB值
-
GX_HAL_GA_COLOR dst_global_color¶
RGB颜色扩展或者混合操作的全局目标ARGB值
-
GX_HAL_GA_CLUT_OPT clut_opt¶
色表操作属性
-
GX_HAL_GA_WAIT_OPT wait¶
扫描行时机控制
-
GX_HAL_GA_MIX_FUNC src_color_blend_fun¶