Multiply Scalar
Overview
The Multiply family of nodes allow you to multiply the colour/scalar/vector coming into the Main Input by the color/scalar/vector coming into Input 2.
The Multiply Scalar node multiplies two scalars together. It wants the incoming data to be scalars, but it will convert colours and vectors to scalars if necessary.
- When the source of the incoming data is colour data, the Multiply Scalar node converts the data to scalar based on the component's luminance values. The math for this is: 0.2125 * r + 0.7152 *g + 0.0724 * b.
- When the source of the incoming data is vector data, the Multiply Scalar node converts the data to scalar based on the length of the vector from the zero origin. The math for this is: square_root(x*x + y*y + z*z).
All nodes in this family have just one setting, which lets you assign a shader or function nodes to Input 2.
