Go to: Related nodes. Attributes.

The Reverse node is a simple utility node, used to reverse node effects or colors. The output is simply 1 minus the input.

This node is MP safe

Node name Parents Classification MFn type Compatible function sets
reverse node utility/general:drawdb/shader/operation/reverse kReverse kBase
kNamedObject
kDependencyNode
kReverse

Related nodes

plusMinusAverage, vectorProduct, chooser, choice, blend, blendTwoAttr, blendWeighted, blendDevice

Attributes (8)

input, inputX, inputY, inputZ, output, outputX, outputY, outputZ

Long name (short name) Type Default Flags
input (i) float3 0.0, 0.0, 0.0 outputinputconnectablestorablekeyable
Input is the input value, that will be reversed.
inputX (ix) float 0.0 outputinputconnectablestorablekeyable
The x component of input
inputY (iy) float 0.0 outputinputconnectablestorablekeyable
The y component of input
inputZ (iz) float 0.0 outputinputconnectablestorablekeyable
The z component of input
output (o) float3 0.0, 0.0, 0.0 outputconnectable
Output is set to be 1.0 - input.
outputX (ox) float 0.0 outputconnectable
The X component of the output value
outputY (oy) float 0.0 outputconnectable
The Y component of the output value
outputZ (oz) float 0.0 outputconnectable
The Z component of the output value