Desaturate Color
PureDesaturateDecreases 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
Gray out a disabled UI button.
Example 2
Create a desaturated 'damaged' screen effect.