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 |
|---|---|
|
= 0: Use the original src/dst alpha value. |
|
Use a global src/dst alpha value to replace the original src/dst alpha value. |
|
Multiply global src/dst alpha value and original src/dst alpha value. |
Parent topic:Blit enumerations