Website Header Slim

Derive Node Reference

Abs Node

Description

The abs node takes the input and resturns the absolute value for every pixel. Essentially signing all values positive, regardless of the input’s sign.

Sample Tree

Properties

None

Inputs

Input Name Allowed Data Types Description
Input
Float, RGBA
---

Outputs

Output Name Data Type Description
Output
= Input Data Type
Outputs the absolute value of each channel for each pixel of the input texture.

Login