Creates and initializes Emboss class instance. You can set all emboss parameters here.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ angle As Single, _ height As Integer, _ amount As Integer, _ brightness As Single _ )
Type: System.Single
Emboss angle (in degrees). You can change this value later using Angle property.Type: System.Int32
Value specifying embossed image height (in pixels). You can change this value later using Height property.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. You can change this value later using Amount property.Type: System.Single
Value in range [-1, 1] specifying embossed image brightness. You can change this value later using Brightness property.