Darken Color
PureDarkenColorDecreases the brightness/lightness of a color.
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
Create a shadow color from a base color.
Example 2
Dim colors for a 'night' mode UI theme.