Power Scalar

Overview
The Power family of nodes output the Main Input value raised to the power of the Input 2 value:
Output = Input to the power of Input 2
For colours the calculation is done on a component-wise basis, for example:
Output.red = Input.red to the power of Input 2.red
Output.green = Input.green to the power of Input 2.green
Output.blue = Input.blue to the power of Input 2.blue
Settings:
- Name: This setting allows you to apply a descriptive name to the node, which can be helpful when using multiple Power scalar nodes in a project.
- Enable: When checked, the node is active, and when unchecked the node is ignored.
- Input 2: The shader or function nodes assigned to this setting provide the exponent value, that is,the number of times the base value (Main input) is multiplied by itself.