Node Texture From Color - anticto/Mutable-Documentation GitHub Wiki

image


Function

Creates a flat color Mutable texture from the color provided.

(NOTE) Mutable will automatically create a texture with a resolution or another depending on the operation the texture is being used for.


Use Cases

Create a flat color texture with the color determined from user input, then blend with a mask texture to make a colored decal to project onto the character.


Input Pins

Color: The color of the texture.


Output Pins

Texture: Texture made entirely of the chosen color.