Image.

Opacity(float) Method

Summary

Multiplies the alpha component of the image.
Assembly
Wyam.Images.dll
Namespace
Wyam.Images
Containing Type
Image

Syntax

public Image Opacity(float amount)

Parameters

Name Type Description
amount float The proportion of the conversion. Must be between 0 and 1.

Return Value

Type Description
Image The current module instance.
GitHub