Get Triadic Colors
PureGetTriadicColorsReturns two triadic colors (120 degrees apart on the color wheel).
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 |
|---|---|---|
| ColorA | FLinearColor | ColorA output |
| ColorB | FLinearColor | ColorB output |
Example Use Cases
Example 1
Generate a vibrant 3-color palette for a party game.
Example 2
Assign distinct team colors.