Negate Colour: Difference between revisions
Jump to navigation
Jump to search
jrfconvert import |
Conformed layout & updated GUI image. |
||
| (3 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
<div style="float:right; border-style:solid; padding:20px"><categorytree mode=pages hideroot=off>Inverse</categorytree></div> | |||
= | |||
[[ | [[File:NegateColour_00_GUI.png|none|470px|Negate Color]] | ||
< | |||
==Overview== | |||
The Negate family of nodes takes the Input value and flips its sign. That is to say, if the Input is a positive number it will become a negative number. If the Input value is a negative number it will become a positive number. Here's some examples: | |||
2.6 '''becomes''' -2.6 <br /n> | |||
-3 '''becomes''' 3 <br /n> | |||
For colours and vectors the negation is done on a component-wise basis, so using vectors as an example : | |||
( 2.1, -6, 4 ) '''becomes''' ( -2.1, 6, -4 ) <br /n> | |||
( -10, 3, -2 ) '''becomes''' ( 10, -3, 2 ) <br /n> | |||
These nodes have no other settings apart from the Input node. | |||
'''Settings:''' | |||
*'''Name:''' This setting allows you to apply a descriptive name to the node, which can be helpful when using multiple Negate colour nodes in a project. | |||
*'''Enable: ''' When checked, the node is active, and when unchecked the node is ignored. | |||
<br /n> | |||
[[Category:Inverse]] | |||
Latest revision as of 22:20, 5 April 2022

Overview
The Negate family of nodes takes the Input value and flips its sign. That is to say, if the Input is a positive number it will become a negative number. If the Input value is a negative number it will become a positive number. Here's some examples:
2.6 becomes -2.6
-3 becomes 3
For colours and vectors the negation is done on a component-wise basis, so using vectors as an example :
( 2.1, -6, 4 ) becomes ( -2.1, 6, -4 )
( -10, 3, -2 ) becomes ( 10, -3, 2 )
These nodes have no other settings apart from the Input node.
Settings:
- Name: This setting allows you to apply a descriptive name to the node, which can be helpful when using multiple Negate colour nodes in a project.
- Enable: When checked, the node is active, and when unchecked the node is ignored.