Initializes a new instance of the Emboss class using the specified settings.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public Emboss( float angle, int height, int amount )
Type: System.Single
The emboss angle (in degrees). You can change this value later through the Angle property.Type: System.Int32
The embossed image height (in pixels). You can change this value later through the Height property.Type: System.Int32
The emboss amount ("strength" of embossing). You can change this value later through the Amount property.