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

Emboss.Amount Property

Gets/sets emboss amount ("strength" of embossing).

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

Syntax

Visual Basic
Public Property Amount As Integer
C#
public int Amount { get; set; }

Property Value

Value specifying emboss amount ("strength" of embossing). It is specified in percents - values below 100 will reduce contrast, values above 100 will increase contrast.

Remarks

Default value is 100.

See Also

Reference