Brightens the image.
- Namespace
- Statiq.Images
- Containing Type
- MutateImage
Syntax
public MutateImage Brightness(float amount)
Parameters
Name |
Type |
Description |
amount |
float |
The proportion of the conversion. Must be greater than or equal to 0.
A value of 0 will create an image that is completely black.
A value of 1 leaves the input unchanged. Other values are linear multipliers on the effect.
Values of an amount over 1 are allowed.
|
Return Value
Type |
Description |
MutateImage |
The current module instance. |