Random Harmonious Color

Pure
RandomHarmoniousColor

Generates 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

NameTypeDefaultDescription
BaseColorFLinearColorBaseColor parameter
MaxHueOffsetfloat60MaxHueOffset parameter
SaturationRangefloat0.2SaturationRange parameter
ValueRangefloat0.2ValueRange parameter

Outputs

NameTypeDescription
ReturnValueFLinearColorReturnValue 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.