cee::vis::OverlayImage
-
class
OverlayImage
: public OverlayItem A view overlay item capable of showing an image with optional blending.
The overlay item can be added to a view using the View::overlay() and Overlay::addItem(). The view manages the layout of the overlay items, so only a desired size can be given in in this class. The position is specified when the overlay item is added to the view.
An overlay item can be shown in multiple views at the same time.
See also
OverlayItem, Overlay, and View
Public Types
Public Functions
-
OverlayImage
() Constructs an overlay image without any image data.
-
void
setGlobalAlpha
(float alpha) Sets the alpha value of the image.
-
float
globalAlpha
() const Returns the global alpha value.
-