GradientsToTexture¶
Generates a texture from a gradient
Input Parameters¶
| Name (Relevancy & Type) | Description |
|---|---|
| Gradients (Gradient) | Defines the color gradient |
| Resolution (Int32) | Defines the size of the texture in pixels |
| Direction (Int32) | Changes the direction of the texture |
Outputs¶
| Name | Type |
|---|---|
| GradientsTexture | T3.Core.DataTypes.Texture2D |