Avg
Math
The Avg node returns the arithmetic mean of two values.
Inputs
A (Pseudo-generic)
A value.
B (Pseudo-generic)
A value. This value must match the type of A
.
Outputs
* (Pseudo-generic)
The arithmetic mean of the two inputs.
Examples
-
An example of using
Avg
for two colors, as well as Avg Multi for four float values.