TransformsProvider.Emboss Method (Single, Int32, Int32)

Applies an emboss effect on the bitmap using the specified settings.

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

Syntax

C#
public void Emboss(
	float angle,
	int height,
	int amount
)

Parameters

angle

Type: System.Single

The emboss angle (in degrees).
height

Type: System.Int32

The embossed image height (in pixels).
amount

Type: System.Int32

The emboss amount ("strength" of embossing).

Remarks

This effect imitates embossed image.

See Also

Reference