Auragen docs
Auragen docs

Getting Started

OverviewInterfaceNode GraphParameters and Controls

Operators

Texture

Loading

Load ImageLoad VideoLoad SVG

Combining

BlendCompositePattern MixShape MaskShadow / GlowSwitch

Transforming

TransformTileFlipMirrorCropResolution

Colour

Color Correction SuiteLevelHSV AdjustInvertRecolorThresholdQuantizeLookupChannel ShuffleRamp

Surface

DisplaceNoise DisplaceNormal MapBump MapBlurFeedback

Vector

VectorizerFill Trace

Organising

Null
3D Preview
Texture

Pattern Mix

Uses a built-in geometric pattern to choose between two pictures.

The Pattern Mix node cuts between two pictures using a pattern it draws itself. Stripes, checks, dots, and hexagons all work as the stencil.

Pattern Mix output

  • Two pictures in, one out
  • The pattern is built in — no third input needed
  • Where the pattern is white you see one picture, where it is black the other
  • Found under Texture in the add-operator list
Example patch — drag onto the app to load

The image on the right is the example patch itself — drag and drop it onto the app (or load it with File → Load) to open the full graph.

Inputs and outputs

Pattern Mix node

PortTypePurpose
InputTextureShown where the pattern is dark
Input 2TextureShown where the pattern is light
OutputTextureThe result

Parameters

Pattern Mix parameters

Opacity, Blend Mode, ALPHA — the standard operator header, on every operator. See Parameters and Controls.

  • Pattern Type (default Stripes) — the stencil: stripes, checkerboard, rings, dots, grid, hexagons, radial lines, spiral, or a triangle grid.
  • Scale (1–20, default 10) — how many repeats fit across the frame.
  • Thickness (0–1, default 0.5) — the balance between the two pictures. At 0.5 each gets half.
  • Smoothness (0–0.5, default 0.01) — softens the edge between them.
  • Rotation (0–360, default 0) — turns the pattern.
  • Invert Mask (default off) — swaps which picture goes where.

Troubleshooting

Only one picture shows — Thickness is at one end of its range, so the pattern is all one value. Bring it back toward 0.5.

The edges are jagged — raise Smoothness a little.

Related

Shape Mask

One shape instead of a repeating pattern.

Composite

Combine with a wired mask.

Blend

Mix by opacity.

Composite

Combines two pictures with one of 27 operations, with an optional mask to control where.

Shape Mask

Uses a shape, or a picture you supply, to choose between two pictures.

On this page

Inputs and outputsParametersTroubleshootingRelated