RenderNodeType

The type of a node determines what the node is rendering.

Entries

Link copied to clipboard

Error type. No node will ever have this type.

Link copied to clipboard

A node containing a stack of children

Link copied to clipboard

A node drawing a cairo_surface_t

Link copied to clipboard

A node drawing a single color rectangle

Link copied to clipboard

A node drawing a linear gradient

Link copied to clipboard

A node drawing a repeating linear gradient

Link copied to clipboard

A node drawing a radial gradient

Link copied to clipboard

A node drawing a repeating radial gradient

Link copied to clipboard

A node drawing a conic gradient

Link copied to clipboard

A node stroking a border around an area

Link copied to clipboard

A node drawing a GdkTexture

Link copied to clipboard

A node drawing an inset shadow

Link copied to clipboard

A node drawing an outset shadow

Link copied to clipboard

A node that renders its child after applying a matrix transform

Link copied to clipboard

A node that changes the opacity of its child

Link copied to clipboard

A node that applies a color matrix to every pixel

Link copied to clipboard

A node that repeats the child's contents

Link copied to clipboard

A node that clips its child to a rectangular area

Link copied to clipboard

A node that clips its child to a rounded rectangle

Link copied to clipboard

A node that draws a shadow below its child

Link copied to clipboard

A node that blends two children together

Link copied to clipboard

A node that cross-fades between two children

Link copied to clipboard

A node containing a glyph string

Link copied to clipboard

A node that applies a blur

Link copied to clipboard

Debug information that does not affect the rendering

Link copied to clipboard

A node that uses OpenGL fragment shaders to render

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val nativeValue: <Error class: unknown class>
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.