Random Harmonious Color
PureRandomHarmoniousColorGenerates a random color that is harmonious with the base color (within hue, saturation, and value constraints).
Type: Pure (no side effects)
Category: Fortuna|Color & Visual
Keywords: color & visual
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| BaseColor | FLinearColor | — | BaseColor parameter |
| MaxHueOffset | float | 60 | MaxHueOffset parameter |
| SaturationRange | float | 0.2 | SaturationRange parameter |
| ValueRange | float | 0.2 | ValueRange parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | FLinearColor | ReturnValue output |
Example Use Cases
Example 1
Randomize NPC clothing colors that still look good together.
Example 2
Procedural decoration that matches a room's color scheme.