Image Layer
Image Layer
Section titled “Image Layer” Category Structure
Is Pair Node: No
The basic type of layer that you can draw on.
Inputs
Section titled “Inputs” Is Visible
Section titled “ Is Visible ” Type: Boolean
Default: true
Whether the image layer is visible or not. If set to false, the image will not be rendered.
Mask Is Visible
Section titled “ Mask Is Visible ” Type: Boolean
Default: true
Whether the mask applied to the image layer is visible or not. If set to false, the mask will not be rendered.
Filters
Section titled “ Filters ” Type: Filter
Default: null
Optional filters to apply to the image layer. These filters will be applied to the image before rendering.
Background
Section titled “ Background ” Type: Painter
Default: unset
Painter instruction to draw before the image layer.
Blend Mode
Section titled “ Blend Mode ” Type: Blend Mode (Enum)
Default: Normal
The blend mode between the image layer and the background.
Type: Painter
Default: unset
The mask to apply to the image layer. This mask will be applied to the image before rendering.
Outputs
Section titled “Outputs” Output
Section titled “ Output ” Type: Painter
Default: unset
Painting instruction to render the image layer with all applied options, including filters and background.
Without Filters
Section titled “ Without Filters ” Type: Painter
Default: unset
Painting instruction to render the image without any filters applied.
Raw Layer Output
Section titled “ Raw Layer Output ” Type: Painter
Default: unset
Painting instruction to render the raw image layer without the background and filters applied.
Canvas Position
Section titled “ Canvas Position ” Type: VecD
Default: VecD.Zero
The position of the image layer on the canvas. This is the top-left corner of the image layer in canvas coordinates.
Center Position
Section titled “ Center Position ” Type: VecD
Default: VecD.Zero
The center position of the image layer on the canvas. This is the center point of the image layer in canvas coordinates.
Type: VecD
Default: VecD.Zero
The size of the image layer. This is the width and height of the image layer in canvas coordinates.
All of our content is carefully written by hand, no AI was involved during the process.