DefineIqGradient¶
A simple procedural method to define a gradient established by Inigo Quelez.
It's fun for playing around but takes some experimentation to get it under control. It can be very useful to find ABCD combinations for shaders.
Watch the linked video for iq's excellent explanation.
Input Parameters¶
| Name (Relevancy & Type) | Description |
|---|---|
| A_Brightness (Vector4) | — |
| B_Contrast (Vector4) | — |
| C_Frequency (Vector4) | — |
| D_Phase (Vector4) | — |
| Phase (Single) | — |
| NumOfSteps (Int32) | — |
| Interpolation (Int32) | — |
Outputs¶
| Name | Type |
|---|---|
| Gradient | T3.Core.DataTypes.Gradient |