Image.

Vignette(Rgba32) Method

Summary

Apply vignette processing to the image with specific color, e.g. Vignette(Rgba32.AliceBlue).
Assembly
Wyam.Images.dll
Namespace
Wyam.Images
Containing Type
Image

Syntax

public Image Vignette(Rgba32 color)

Parameters

Name Type Description
color Rgba32 The color to use for the vignette.

Return Value

Type Description
Image The current module instance.
GitHub