Nodes > Math > Common > One Minus
Returns the value subtracted from 1. For color values, this creates an "invert" effect.
Inputs
Name | Type | Description |
---|---|---|
A | float | Value to subtract from one |
Outputs
Name | Type | Description |
---|---|---|
( 1 - A ) | float | Result of subtracting the value from 1 |
Was this page helpful?