Node2DEnums
¶
Hint for foreground handling of nodes.
ForegroundHintNone¶ | No hint given, assumed the background of a node can be rendered after content. |
ForegroundHintTranslucent¶ | Some elements rendered within the node are translucent over the background. |
ForegroundHintOpaque¶ | Node content is assumed to be fully opaque, meaning that there is no need to render the background. |