Skip to content

Paint

Node icon
Filter

Paint directly on images with a freehand brush. Supports brush, eraser, eyedropper, and clone stamp tools.

The Paint node provides interactive freehand painting directly within the graph. Choose from Brush, Eraser, Eyedropper, and Clone Stamp tools. When connected to an image input, you paint over it; without an input, you get a blank canvas.

Output Mode controls whether you get the composited result (paint over image) or just the paint layer by itself, which is useful for creating overlays or corrections separately.

Output

Width pxInteger
Default: 1024 Range: 1–8192

Canvas width (used when no image connected)

Height pxInteger
Default: 1024 Range: 1–8192

Canvas height (used when no image connected)

Compositing

Output ModeChoice
Default: 0 Range: 0–1

Composited (paint over image) or Paint Layer Only

Strokes

StrokesData
Default: []

Recorded brush stroke data

UI

Active ToolInteger
Default: 0 Range: 0–3

Brush/Eraser/Eyedropper/Clone Stamp

Brush SizeNumber
Default: 20.0 Range: 1.0–500.0

Brush diameter in pixels

Brush HardnessNumber
Default: 1.0 Range: 0.0–1.0

Edge falloff; 0=soft, 1=hard

Brush OpacityNumber
Default: 1.0 Range: 0.0–1.0

Stroke opacity; 0=transparent, 1=fully opaque

Brush Colorfloat[3]
Default: [1,1,1] Range: 0.0–1.0

Brush painting color (RGB)

Show SourceToggle
Default: true

Show source image behind paint strokes in preview

  • Switch tools with keyboard shortcuts: B (Brush), E (Eraser), I (Eyedropper), C (Clone Stamp).
  • Use the Eyedropper tool to pick colors from the image before painting.
  • Paint Layer Only mode lets you create a separate correction layer for compositing.
  • Reduce brush hardness for soft, airbrushed strokes.