Saturates the image.
- Namespace
- Statiq
.Images - Containing Type
- MutateImage
Syntax
public MutateImage Saturate(float amount)
Parameters
Name | Type | Description |
---|---|---|
amount | float | A value of 0 is completely un-saturated. A value of 1 leaves the input unchanged. Other values are linear multipliers on the effect. Values of amount over 1 are allowed, providing super-saturated results. |
Return Value
Type | Description |
---|---|
MutateImage | The current module instance. |