Image.

Saturate(float) Method

Summary

Saturates the image.
Assembly
Wyam.Images.dll
Namespace
Wyam.Images
Containing Type
Image

Syntax

public Image 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
Image The current module instance.
GitHub