Emboss Class

Applies an emboss effect on an image.

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

Syntax

C#
public sealed class Emboss : MaskTransform

Remarks

This effect imitates embossed image. You can adjust angle of the emboss (property Angle). The strength of the effect is specified by Amount. Also you can set a height of the emboss (property Height). Avoid to set too large height, because it will not be looking naturally. The last parameter you can change is a brightness of the output image (property Brightness).

Inheritance Hierarchy

Thread Safety

Static members of this type are not safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference