Saturate Color
PureSaturateIncreases the saturation of a color by the given amount.
Type: Pure (no side effects)
Category: Fortuna|Color & Visual
Keywords: color & visual
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Color | FLinearColor | — | Color parameter |
| Amount | float 0-1 | — | Amount parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | FLinearColor | ReturnValue output |
Example Use Cases
Example 1
Make a selected item icon more vivid.
Example 2
Boost colors for a 'power-up' visual effect.