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

Emboss.Brightness Property

Gets/sets embossed image brightness.

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

Syntax

Visual Basic
Public Property Brightness As Single
C#
public float Brightness { get; set; }

Property Value

Value in range [-1, 1] specifying embossed image brightness.

Remarks

Typically it is useless to specify values which is out of range [0, 1]. However you still can specify value less than 0.

Default value is 0.5f.

See Also

Reference