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

TransformsProvider.Emboss Method (Single, Int32, Int32, Single)

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, _
        brightness
As Single _
)
C#
public void Emboss(
       
float angle,
       
int height,
       
int amount,
       
float brightness
)

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.
brightness

Type: System.Single

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

Remarks

You can also use Emboss class to apply this effect.

See Also

Reference