Lib.image.use.Combine3Images - tixl3d/tixl GitHub Wiki
A node to combine 3 input images into the RGBA channels of a new one.
All blend ops and similar: [BlendImages] [Blend] [BlendWithMask] [Combine3Images]
| Name (Relevancy & Type) | Description |
|---|---|
| ImageA (Texture2DRequired) | - |
| ColorA (Vector4) | - |
| ImageB (Texture2DRequired) | - |
| ColorB (Vector4) | - |
| ImageC (Texture2DRequired) | - |
| ColorC (Vector4) | - |
| SelectChannel_R (Int32) | - |
| SelectChannel_G (Int32) | - |
| SelectChannel_B (Int32) | - |
| SelectAlphaChannel (Int32) | - |
| GenerateMips (Boolean) | - |
| Name | Type |
|---|---|
| Output | T3.Core.DataTypes.Texture2D |
⚠ Everything else is automatically generated and will be overwritten regularly.