Outline
Outline
Section titled “Outline” Category Effects
Is Pair Node: No
Applies a raster outline effect to the image.
Outline Types
Section titled “Outline Types”The outline effect can be applied using different algorithms, each producing a unique style of outline. The available outline types are:
Simple
Section titled “Simple”More efficient than Gaussian, but may look worse in some cases, such as big thicknesses.

Gaussian
Section titled “Gaussian”More expensive than Simple, but produces a better result for larger thicknesses and has softer edges.

Pixel Perfect
Section titled “Pixel Perfect”No blur, no anti-aliasing. Ideal for pixel art and low-resolution images. It produces a sharp outline that follows the pixel grid.

Inputs
Section titled “Inputs” Background
Section titled “ Background ” Type: Painter
Default: unset
Image to apply the outline effect to. This is the base image that will be processed to create the outline.
Type: OutlineType (Enum)
Default: Simple
The type of outline to apply. This determines the algorithm used to create the outline effect.
Thickness
Section titled “ Thickness ” Type: Double
Default: 1.0
The thickness of the outline. This controls how wide the outline will be drawn around the edges of the image.
Color
Section titled “ Color ” Type: Color
Default: Black
The color of the outline. This sets the color that will be used to draw the outline around the edges of the image.
Outputs
Section titled “Outputs” Output
Section titled “ Output ” Type: Painter
Default: unset
Painter instruction with the applied outline effect.