BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Color
Breaks apart a color into individual RGB components (as well as alpha)
Target is Kismet Math Library
Inputs
Type | Name | Description |
---|---|---|
linearcolor | In Color |
Outputs
Type | Name | Description |
---|---|---|
real | R | |
real | G | |
real | B | |
real | A |