Description
Linearly interpolates between A and B using the ratio T in HSV color space
Information
| Plugin | RigVM |
| Category | Math|Color |
| Tags | Lerp,Mix,Blend |
| Type | FRigVMFunction_MathColorLerpUsingHSV |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| A | The first color to interpolate from | Linear Color | (R=0.000000,G=0.000000,B=0.000000,A=1.000000) |
| B | The second color to interpolate to | Linear Color | (R=1.000000,G=1.000000,B=1.000000,A=1.000000) |
| T | The blend value for the interpolation | float | 0.000000 |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Result | The resulting interpolated color | Linear Color |