Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Color
Breaks apart a color into individual HSV components (as well as alpha) (Hue is [0..360) while Saturation and Value are 0..1)
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| linearcolor | In Color |
Outputs
| Type | Name | Description |
|---|---|---|
| real | H | |
| real | S | |
| real | V | |
| real | A |