Collection of IVILayer properties. More...
#include <kanzi/core.ui/platform/windowing_ng/wayland_ivi_egl/wayland_ivi_layer_props.hpp>
Public Attributes | |
windowing::Region | destinationRegion |
Destination rectangle of a surface. More... | |
uint32_t | layerId |
Layer ID. More... | |
double | opacity |
Opacity attribute, in the range 0..1: More... | |
windowing::Region | sourceRegion |
Source rectangle of a surface. More... | |
uint32_t | visibility |
Visibility attribute: More... | |
Collection of IVILayer properties.
uint32_t kanzi::wayland::IVILayerProps::layerId |
Layer ID.
uint32_t kanzi::wayland::IVILayerProps::visibility |
Visibility attribute:
double kanzi::wayland::IVILayerProps::opacity |
Opacity attribute, in the range 0..1:
windowing::Region kanzi::wayland::IVILayerProps::sourceRegion |
Source rectangle of a surface.
windowing::Region kanzi::wayland::IVILayerProps::destinationRegion |
Destination rectangle of a surface.