Node Texture Invert - anticto/Mutable-Documentation GitHub Wiki

image


Function

Inverts the colors of a Mutable texture.


Use Cases

Invert the colors of a texture getting the opposite color. For example this node can invert a mask.

(NOTE) When this node's output is used on a constant node (does not depend on input parameters) and only used within a single Customizable Object, this node has the same performance as manually inverting the source art in an external image editing application.

(WARNING) When the node output is used in a non-constant operation, the node uses less memory and more CPU than a manually inverted texture.


Input Pins

Base Texture: Base texture to invert.


Output Pins

Texture: Final texture with the colors inverted, channel by channel.