Lerp Color HSL

Pure
LerpColorHSL

Interpolates 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

NameTypeDefaultDescription
AFLinearColorA parameter
BFLinearColorB parameter
Alphafloat 0-1Alpha parameter

Outputs

NameTypeDescription
ReturnValueFLinearColorReturnValue output

Example Use Cases

Example 1

Health bar gradient from green to red that passes through yellow.

Example 2

Smooth sunset sky color transition.