Int
Int
An integer
Nodes that output this type
Float Round to Int
Rounds the float to the nearest int
Int Add
Adds to ints together
Int Constant
Creates a constant of Int. The user will be modify this at the UI layer.
Int Max
Returns the maximum int.
Int Min
Returns the minimum int.
Int Multiply
Multiplies two integers together
Int Subtract
Subtracts one int from another
Vector 2 Int get X
Retrieves the X component of a Vector 2 Int.
Vector 2 Int get Y
Retrieves the Y component of a Vector 2 Int.
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.
Composition Box Blur
Applies a box blur to an image. Dimension is the size. 1 corresponding to 3x3, 2 5x5 and so on.
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 Convolution
Performs a convolution on an composition
Composition Morphological Max
Apples a morphological max operation.
Composition Morphological Min
Apples a morphological min operation.
Int Add
Adds to ints together
Int Add To Dictionary
Adds a Int to a Dictionary
Int Equals
Checks if two ints are equal
Int Greater Than
Checks if the first int is greater than the second int
Int Less Than
Checks if the first int is less than the second int
Int Max
Returns the maximum int.
Int Min
Returns the minimum int.
Int Multiply
Multiplies two integers together
Int Subtract
Subtracts one int from another
Int To Float
Converts an Int to a Float
Painter Add Path with Render Style
Adds a path to the painter and draws it with the render style. Set some transforms on the path as well.
Sequence to Animated WebP
Given a sequence of images, encodes them into an animated WebP returning the URL to the file.
Vector 2 Int from Components
Given an x and y creates a vector.