Image.

Brightness(float) Method

Summary

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

Syntax

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