vg_lite_global_alpha_t enumeration

Specifies the global alpha mode in VGLite blit APIs.

Used in blit function: vg_lite_dest_global_alpha.

vg_lite_global_alpha_t string values

Description

VG_LITE_NORMAL

= 0: Use the original src/dst alpha value.

VG_LITE_GLOBAL

Use a global src/dst alpha value to replace the original src/dst alpha value.

VG_LITE_SCALED

Multiply global src/dst alpha value and original src/dst alpha value.

Parent topic:Blit enumerations