ColorAdjustmentProvider.Brightness Method

Corrects a brightness of the bitmap.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public void Brightness(
	float amount
)

Parameters

amount

Type: System.Single

The brightness modifier in range [-1, 1].

See Also

Reference