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

TransformsProvider.Emboss Method (Single, Int32, Int32)

Applies emboss effect on the image.

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

Syntax

Visual Basic
Public Sub Emboss ( _
        angle
As Single, _
        height
As Integer, _
        amount
As Integer _
)
C#
public void Emboss(
       
float angle,
       
int height,
       
int amount
)

Parameters

angle

Type: System.Single

Emboss angle (in degrees).
height

Type: System.Int32

Value specifying embossed image height (in pixels).
amount

Type: System.Int32

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

You can also use Emboss class to apply this effect.

See Also

Reference