BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Color
Linearly interpolates between A and B based on Alpha (100% of A when Alpha=0 and 100% of B when Alpha=1)
Target is Kismet Math Library
Inputs
Type | Name | Description |
---|---|---|
linearcolor | A | |
linearcolor | B | |
real | Alpha |
Outputs
Type | Name | Description |
---|---|---|
linearcolor | Return Value | Linearly interpolates between A and B based on Alpha (100% of A when Alpha=0 and 100% of B when Alpha=1) |