vg_lite_transparency_t enumeration#
Specifies the transparency mode for a buffer (prior to Sept 2022 name was vg_lite_buffer_transparency_mode_t).
Used in structure:vg_lite_buffer.
vg_lite_transparency_t string value |
Description |
|---|---|
|
Opaque image: all image pixels are copied to the VG PE for rasterization |
|
Transparent image: only the non-transparent image pixels are copied to the VG PE. Note: This mode is only valid when |
Parent topic:Pixel buffer enumerations