Get Complementary Color
PureGetComplementaryReturns the complementary color (opposite on the color wheel, 180 degree hue shift).
Type: Pure (no side effects)
Category: Fortuna|Color & Visual
Keywords: color & visual
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Color | FLinearColor | — | Color parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | FLinearColor | ReturnValue output |
Example Use Cases
Example 1
Generate a contrasting UI accent color.
Example 2
Create enemy/ally color pairs.