BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Color
Make a color from individual color components (RGB space)
Target is Kismet Math Library
Inputs
Type | Name | Description |
---|---|---|
real | R | |
real | G | |
real | B | |
real | A |
Outputs
Type | Name | Description |
---|---|---|
linearcolor | Return Value | Make a color from individual color components (RGB space) |