Website Header Slim

Derive Node Reference

One Minus Node

Description

This node subtracts it’s input from one:

 

Output = 1 – Input

 

If the input holds values greater than one or smaller than zero, the output will also contain values outside the 0-1 range.

Sample Tree

Properties

None

Inputs

Input Name Allowed Data Types Description
Input
Float, RGBA
Input that takes the texture to be subtracted from 1.

Outputs

Output Name Data Type Description
Output
= Input Data Type
Outputs the input subtracted from 1. The operation is performed for each channel of the input.

Login