Emboss.Brightness Property

Gets or sets an embossed image brightness.

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

Syntax

C#
public float Brightness { get; set; }

Property Value

The embossed image brightness in range [-1, 1]. The default value is 0.5f.

Remarks

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

See Also

Reference