Multiplies the alpha component of the image.
- Namespace
- Statiq
.Images - Containing Type
- MutateImage
Syntax
public MutateImage Opacity(float amount)
Parameters
Name | Type | Description |
---|---|---|
amount | float | The proportion of the conversion. Must be between 0 and 1. |
Return Value
Type | Description |
---|---|
MutateImage | The current module instance. |