Lerp Color HSV
PureLerpColorHSVInterpolates between two colors in HSV space.
Type: Pure (no side effects)
Category: Fortuna|Color & Visual
Keywords: color & visual
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| A | FLinearColor | — | A parameter |
| B | FLinearColor | — | B parameter |
| Alpha | float 0-1 | — | Alpha parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | FLinearColor | ReturnValue output |
Example Use Cases
Example 1
Rainbow gradient that maintains consistent brightness.
Example 2
Blend between mood lighting colors.