Skip to content

Create Image Node

Create Image
Image
Render Output
Size
(32, 32)
Fill
Transparent
Content
null
Content Matrix
Identity

Category Image
Is Pair Node: No


The Create Image Node is used to create a new Texture with defined width and height.


Type: VecI
Default: (32, 32)
Min: (1, 1)

The size of the image to create.

Type: Paintable
Default: Transparent

The Paintable to fill the image with.

Type: Painter
Default: null

Content to paint on the image.

Type: Matrix3x3
Default: Identity

Matrix to transform the content before painting onto the image. Use to scale, rotate, or translate the content.


Type: Texture
Default: null

Created image texture.

Type: Painter
Default: unset

Paint instruction to render the image