blend-equation


Vocabulary
gpu.state

Class description
The blend-equation of a blend-mode determines how the source and destination color values are combined after they have been multiplied by the result of their respective blend-functions.
eq-add indicates that the source and destination results are added.
eq-subtract indicates that the destination result is subtracted from the source.
eq-reverse-subtract indicates that the source result is subtracted from the destination.
eq-min indicates that the componentwise minimum of the source and destination results is taken.
eq-max indicates that the componentwise maximum of the source and destination results is taken.


Definition