Int

Int

An integer

Nodes that output this type

Nodes that accept this type as input

Bounds 2D Int from X, Y, Width & Height

Creates the bounds of a 2D array from its X, Y, Width and Height.

Bounds2i

Composition Box Blur

Applies a box blur to an image. Dimension is the size. 1 corresponding to 3x3, 2 5x5 and so on.

Composition

Composition Box Blur with OkLab

Applies a box blur to an image in OkLab color space. Dimension is the size. 1 corresponding to 3x3, 2 5x5 and so on.

Composition

Composition Convolution

Performs a convolution on an composition

Composition

Composition from Asset

Creates a composition from an asset in your catalog.

Composition

Composition Morphological Max

Apples a morphological max operation.

Composition

Composition Morphological Min

Apples a morphological min operation.

Composition

Composition Pixelate

Applies a pixelation effect to a composition.

Composition

Int Absolute Value

Returns the absolute value of an int

Int

Int Add

Adds to ints together

Int

Int Add To Dictionary

Adds a Int to a Dictionary

Dictionary

Int Equals

Checks if two ints are equal

Bool

Int Greater Than

Checks if the first int is greater than the second int

Bool

Int Greater Than Or Equal

Checks if the first int is greater than or equal to the second int

Bool

Int If

If the boolean is true returns input 1, otherwise input 2. Type: Int

Int

Int Less Than

Checks if the first int is less than the second int

Bool

Int Less Than Or Equal

Checks if the first int is less than or equal to the second int

Bool

Int Max

Returns the maximum int.

Int

Int Min

Returns the minimum int.

Int

Int Multiply

Multiplies two integers together

Int

Int Passthrough

Responds with the value provided. Doing nothing to it.

Int

Int Subtract

Subtracts one int from another

Int

Int To Float

Converts an Int to a Float

Float

Vector 2 Int from Components

Given an x and y creates a vector.

Vector2i