Apply vignette processing to the image with specific color, e.g.
Vignette(Color.AliceBlue).
- Namespace
- Statiq
.Images - Containing Type
- MutateImage
Syntax
public MutateImage Vignette(Color color)
Parameters
| Name | Type | Description |
|---|---|---|
| color | Color | The color to use for the vignette. |
Return Value
| Type | Description |
|---|---|
| MutateImage | The current module instance. |