#include <kanzi/interop/autogen/core.ui/node/node2d_enums.hpp>
Public Types | |
| enum class | ForegroundHint { None , Translucent , Opaque } |
| Hint for foreground handling of nodes. More... | |
| enum | PerspectiveTransformationMode { Screen , XFov , YFov } |
| Node2D perspective transformation mode. More... | |
| enum class | PixelFormat { Rgb , Rgba } |
| Pixel formats. More... | |
Hint for foreground handling of nodes.
| Enumerator | |
|---|---|
| None | No hint given, assumed the background of a node can be rendered after content. |
| Translucent | Some elements rendered within the node are translucent over the background. |
| Opaque | Node content is assumed to be fully opaque, meaning that there is no need to render the background. |