This documentation is for the old version. Go to the latest Graphics Mill docs

Brightness Constructor (Single)

Creates new Brightness class instance. Here you can specify a brigthness modifier.

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

Syntax

Visual Basic
Public Sub New ( _
	amount As Single _
)
C#
public Brightness(
	float amount
)

Parameters

amount

Type: System.Single

Brightness modifier value varying in range [-1, 1]. You can change this value later through property Amount.

See Also

Reference