-
Notifications
You must be signed in to change notification settings - Fork 15
Node Texture From Color (v5.5)
Gerard Martin edited this page May 26, 2026
·
6 revisions
Warning
This page is for Mutable v5.5. A newer version is available — see the v5.8 version of this page.

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.
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.
Color: The color of the texture.
Texture: Texture made entirely of the chosen color.