Square scalar

Square scalar

The Square family of nodes outputs the Input value squared, i.e. Input to the power of 2 or Input multiplied by Input.

 

For colours the calculation is done on a component-wise basis, for example:

 

Output.red = Input.red multiplied by Input.red

Output.green = Input.green multiplied by Input.green

Output.blue = Input.blue multiplied by Input.blue