Lerp Color HSL
PureLerpColorHSLInterpolates between two colors in HSL space, producing perceptually smoother transitions than RGB lerp.
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
Health bar gradient from green to red that passes through yellow.
Example 2
Smooth sunset sky color transition.