Click or drag to resize

EmbossCommand Constructor (Int32, Int32, Int32, AtalaImage)

Initializes a new instance of the EmbossCommand specifying the angle, elevation, depth, and texture.

Namespace:  Atalasoft.Imaging.ImageProcessing.Filters
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public EmbossCommand(
	int angle,
	int elevation,
	int depth,
	AtalaImage textureMap
)

Parameters

angle
Type: SystemInt32

Angle of the light source in degrees.

elevation
Type: SystemInt32

Height of the light source in degrees.

depth
Type: SystemInt32

Controls the depth of the emboss.

textureMap
Type: Atalasoft.ImagingAtalaImage
An AtalaImage that is used as a texture map.
Exceptions
ExceptionCondition
Thrown if the depth is less than 0.
See Also