© Square Enix © Goodbye Kansas


Table of Contents

This page contains information about the TexAColorOp node.


Overview


The V-Ray Color Operations texture performs different types of operations between two textures. It allows users to compose the two textures together using one of the provided blending modes.


Parameters


Output Mode – Specifies the output or type of operation to perform between the two textures or colors:

Result A – Returns Color A.
Result B – Returns Color B.
Product – Performs a multiplication operation and returns the product (A * B).
Sum – Performs an addition operation and returns the sum (A + B).
Difference – Performs a subtraction operation and returns the difference (A - B).
Power – Performs an exponentiation operation and returns the power (A ^ B).
Division – Performs a division operation and returns the quotient (A / B).
Minimum – Performs a comparison and returns the minimum value (the darkest value for each pixel).
Maximum – Performs a comparison and returns the maximum value (the brightest value for each pixel).
Absolute Difference – Performs a subtraction operation and returns the difference as an absolute value (abs(A - B)).

Color A – Specifies the first texture or color.

Mult A – A multiplier for the first texture/color.

Color B – Specifies the second texture or color.

Mult B – A multiplier for the second texture/color.