:right-sidebar: True RenderNodeType =================================================================== .. currentmodule:: gi.repository.Gsk .. class:: RenderNodeType :no-contents-entry: The type of a node determines what the node is rendering. Fields ------ .. rst-class:: interim-class .. class:: RenderNodeType :no-index: .. attribute:: BLEND_NODE A node that blends two children together .. attribute:: BLUR_NODE A node that applies a blur .. attribute:: BORDER_NODE A node stroking a border around an area .. attribute:: CAIRO_NODE A node drawing a ``cairo_surface_t`` .. attribute:: CLIP_NODE A node that clips its child to a rectangular area .. attribute:: COLOR_MATRIX_NODE A node that applies a color matrix to every pixel .. attribute:: COLOR_NODE A node drawing a single color rectangle .. attribute:: CONIC_GRADIENT_NODE A node drawing a conic gradient .. attribute:: CONTAINER_NODE A node containing a stack of children .. attribute:: CROSS_FADE_NODE A node that cross-fades between two children .. attribute:: DEBUG_NODE Debug information that does not affect the rendering .. attribute:: FILL_NODE A node that fills a path. .. versionadded:: 4.14 .. attribute:: GL_SHADER_NODE A node that uses OpenGL fragment shaders to render .. attribute:: INSET_SHADOW_NODE A node drawing an inset shadow .. attribute:: LINEAR_GRADIENT_NODE A node drawing a linear gradient .. attribute:: MASK_NODE A node that masks one child with another. .. versionadded:: 4.10 .. attribute:: NOT_A_RENDER_NODE Error type. No node will ever have this type. .. attribute:: OPACITY_NODE A node that changes the opacity of its child .. attribute:: OUTSET_SHADOW_NODE A node drawing an outset shadow .. attribute:: RADIAL_GRADIENT_NODE A node drawing a radial gradient .. attribute:: REPEATING_LINEAR_GRADIENT_NODE A node drawing a repeating linear gradient .. attribute:: REPEATING_RADIAL_GRADIENT_NODE A node drawing a repeating radial gradient .. attribute:: REPEAT_NODE A node that repeats the child's contents .. attribute:: ROUNDED_CLIP_NODE A node that clips its child to a rounded rectangle .. attribute:: SHADOW_NODE A node that draws a shadow below its child .. attribute:: STROKE_NODE A node that strokes a path. .. versionadded:: 4.14 .. attribute:: SUBSURFACE_NODE A node that possibly redirects part of the scene graph to a subsurface. .. versionadded:: 4.14 .. attribute:: TEXTURE_NODE A node drawing a ``GdkTexture`` .. attribute:: TEXTURE_SCALE_NODE A node drawing a ``GdkTexture`` scaled and filtered. .. versionadded:: 4.10 .. attribute:: TEXT_NODE A node containing a glyph string .. attribute:: TRANSFORM_NODE A node that renders its child after applying a matrix transform